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/css/main.css | |
parent | ed6bfa7c143ed665ebedacce9ac79c1c8a5657b7 (diff) |
Increased max image height, heading anchor tag to monospace
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 8 |
1 files changed, 5 insertions, 3 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 |