diff options
author | EuAndreh <eu@euandre.org> | 2024-10-23 07:31:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-23 07:31:12 -0300 |
commit | cdc823430cb0f7f1104dabf838669d52ab7b4bf3 (patch) | |
tree | f2d3d30999978fcdb8cae95b5a20f7eec1d215e0 | |
parent | src/content/index.adoc: Add placeholder for "finally" section (diff) | |
download | papo.im-cdc823430cb0f7f1104dabf838669d52ab7b4bf3.tar.gz papo.im-cdc823430cb0f7f1104dabf838669d52ab7b4bf3.tar.xz |
src/content/style.css: Increase contrast of <code> background
-rw-r--r-- | src/content/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/content/style.css b/src/content/style.css index 57abebb..86cf662 100644 --- a/src/content/style.css +++ b/src/content/style.css @@ -13,12 +13,12 @@ --font-size-big-5: 52px; --fg: black; --bg: white; - --prebg: #ddd; + --prebg: #eee; --navlink: #333; --navlink-visited: #222; --separator: darkslategray; - color: var(--fg); + color: var(--fg); background-color: var(--bg); } @@ -26,7 +26,7 @@ :root { --fg: white; --bg: black; - --prebg: #222; + --prebg: #111; --navlink: #aaa; --navlink-visited: #bbb; --separator: ghostwhite; |