summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-23 07:31:12 -0300
committerEuAndreh <eu@euandre.org>2024-10-23 07:31:12 -0300
commitcdc823430cb0f7f1104dabf838669d52ab7b4bf3 (patch)
treef2d3d30999978fcdb8cae95b5a20f7eec1d215e0
parentsrc/content/index.adoc: Add placeholder for "finally" section (diff)
downloadpapo.im-cdc823430cb0f7f1104dabf838669d52ab7b4bf3.tar.gz
papo.im-cdc823430cb0f7f1104dabf838669d52ab7b4bf3.tar.xz
src/content/style.css: Increase contrast of <code> background
-rw-r--r--src/content/style.css6
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;