all repos — site @ 1e37b651410d1b568b8e7a3c31dc0539377047a0

source for my site, found at icyphox.sh

css: font weights for h*
Anirudh Oppiliappan x@icyphox.sh
Thu, 08 Dec 2022 09:22:14 +0530
commit

1e37b651410d1b568b8e7a3c31dc0539377047a0

parent

83c3d73030d914d1780c35ae66205f4ff1edf6d0

2 files changed, 5 insertions(+), 21 deletions(-)

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

@@ -41,6 +41,11 @@ }

main h1, h2, h3 { font-family: "InterDisplay", apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + font-weight: 500; +} + +strong { + font-weight: 500; } main h1 {

@@ -98,17 +103,6 @@

a:hover { text-decoration: underline; background: var(--medium-gray); -} - -.credits span { - vertical-align: bottom; - display: inline-block; - transform: translate(100%, 50%); -} - -.credits a { - color: var(--darker); - text-decoration: underline; } .footer {

@@ -319,9 +313,6 @@ .footer {

column-count: 1; } - .credits span { - transform: unset; - } table, thead, tbody, th, td, tr { display: block; }
M templates/partials/footer.htmltemplates/partials/footer.html

@@ -15,12 +15,5 @@ </a>

<a href="https://h.icyphox.sh/u/icy"> <img alt="fedi" src="/static/honk.svg" width="35"> </a> - - </section> - <section class="credits"> - <span><em><small> - <a href="https://openbsd.org">OpenBSD</a> ยท - <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> - </small></em></span> </section> </div>