css: font weights for h*
Anirudh Oppiliappan x@icyphox.sh
Thu, 08 Dec 2022 09:22:14 +0530
2 files changed,
5 insertions(+),
21 deletions(-)
M
static/style.css
→
static/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; }