diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-11-18 22:26:37 +0100 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-11-18 22:26:37 +0100 |
commit | aab4bd1dd51b69c0d28aada4f5fd80d058237c49 (patch) | |
tree | edc963ed18bfaa228813cfcb6e866c2cf96187ed /assets | |
parent | ed6bfa7c143ed665ebedacce9ac79c1c8a5657b7 (diff) |
Increased max image height, heading anchor tag to monospace
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/main.css | 8 | ||||
-rw-r--r-- | 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 |