From aab4bd1dd51b69c0d28aada4f5fd80d058237c49 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 18 Nov 2024 22:26:37 +0100 Subject: Increased max image height, heading anchor tag to monospace --- assets/css/main.css | 8 +++++--- assets/css/vars.css | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 75173aa..61eca0a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -40,9 +40,11 @@ h6 { .heading { a { text-decoration: none; + font-weight: normal; color: var(--content-secondary); visibility: hidden; - font-size: 0.95em; + font-size: 0.9em; + font-family: var(--font-mono); } &:hover a { @@ -407,7 +409,7 @@ footer a { /* images */ -figure > div { +figure>div { width: 100%; display: flex; justify-content: center; @@ -555,4 +557,4 @@ blockquote { blockquote p { margin-left: 1rem; margin-right: 1rem; -} +} \ No newline at end of file diff --git a/assets/css/vars.css b/assets/css/vars.css index 9a6584f..995cf2e 100644 --- a/assets/css/vars.css +++ b/assets/css/vars.css @@ -53,7 +53,7 @@ /* Content */ --content-height: calc(100vh - var(--footer-height)); - --figure-img-max-height: 500px; + --figure-img-max-height: 800px; /* Tables */ --table-cell-padding: .5rem; @@ -75,4 +75,4 @@ --social-icons-bottom-margin: 0rem; --caption-padding: calc(2 * var(--main-padding)); } -} +} \ No newline at end of file -- cgit v1.2.3