all repos — site @ 706e371f05c333a987cd4627d79299af7693c904

source for my site, found at icyphox.sh

Reduce font sizes
Anirudh Oppiliappan x@icyphox.sh
Thu, 21 Jan 2021 18:38:32 +0530
commit

706e371f05c333a987cd4627d79299af7693c904

parent

ce4dc54cedd07877e2b600c6f61d32e3f07b7f33

2 files changed, 11 insertions(+), 7 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -127,7 +127,7 @@ }

code { font-variant: normal; - font-size: 18px !important; + font-size: 16px !important; color: var(--dark); border-bottom: unset; }

@@ -183,7 +183,7 @@ width: 10% !important;

} html { - font-size: 18px; + font-size: 16px; } code {

@@ -258,7 +258,7 @@

.muted { color: var(--gray); font-family: serif; - font-size: 18px; + font-size: 14px; } .muted a {

@@ -297,16 +297,20 @@ font-style: italic;

font-weight: normal; font-variant: unset; color: var(--dark); - padding-bottom: 30px; + padding-bottom: 20px; } h2 { color: var(--dark); - font-size: 22px; + font-size: 20px; + margin: 0px; + padding: 0px; } h1 { - font-size: 28px; + font-size: 24px; + margin: 0px; + padding: 0px; } h3 {
M templates/text.htmltemplates/text.html

@@ -45,7 +45,7 @@ {{ .Fm.Body }}

</article> <p class="muted">Questions or comments? Send an email to - <a href="mailto:~icyphox/x@lists.sr.ht?Subject=Re: {{ .Fm.Title }}">~icyphox/x@lists.sr.ht</a>—my <a href="https://lists.sr.ht/~icyphox/x">public inbox</a>.</p> + <a href="mailto:~icyphox/x@lists.sr.ht?Subject=Re: {{ .Fm.Title }}">~icyphox/x@lists.sr.ht</a> — my <a href="https://lists.sr.ht/~icyphox/x">public inbox</a>.</p> </div> <footer> {{ .Cfg.Footer }}