diff options
| author | Christian Cleberg <[email protected]> | 2024-04-13 00:55:23 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-04-13 00:55:23 -0500 |
| commit | 594b02ed9ea672d77b0aabd93ba423da4349363c (patch) | |
| tree | 2d0cec357e0389313b717cea6839de206f0154bd /theme/static/styles.css | |
| parent | 084c8109f7292dbd38fb723de47f303577a15b0b (diff) | |
| download | cleberg.net-594b02ed9ea672d77b0aabd93ba423da4349363c.tar.gz cleberg.net-594b02ed9ea672d77b0aabd93ba423da4349363c.tar.bz2 cleberg.net-594b02ed9ea672d77b0aabd93ba423da4349363c.zip | |
update links and inline code
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index e55852b..2319aef 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -358,7 +358,7 @@ template { --fg-bright: rgb(0, 0, 0); --fg-dim: rgb(68, 68, 68); --link: rgb(0, 0, 255); - --code: rgb(255, 0, 0); + --code: rgb(195, 0, 0); --border: rgb(204, 204, 204); } @@ -430,15 +430,11 @@ h4 { a, a:visited { - border-bottom: 2px solid var(--border); - color: var(--fg-dim); + border-bottom: 2px solid var(--link); + color: var(--fg); text-decoration: none; } -a:hover { - color: var(--link); -} - img { width: 100%; } @@ -467,7 +463,7 @@ code { Liberation Mono, Lucida Console, monospace; - font-size: inherit; + font-size: 0.9rem; } pre { @@ -479,7 +475,6 @@ pre { :not(pre) > code { color: var(--code); - font-family: inherit; } aside { @@ -568,11 +563,11 @@ summary { @media (prefers-color-scheme: dark) { :root { - --bg: rgb(20, 22, 23); - --bg-bright: rgb(25, 28, 29); - --fg: rgb(178, 174, 169); + --bg: rgb(0, 0, 0); + --bg-bright: rgb(28, 28, 30); + --fg: rgb(245, 245, 247); --fg-bright: rgb(255, 255, 255); - --fg-dim: rgb(221, 221, 221); + --fg-dim: rgb(209, 209, 214); --link: rgb(10, 132, 255); --code: rgb(255, 159, 10); --border: rgb(51, 51, 51); |
