summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-26 08:56:33 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-26 08:56:33 -0500
commit21fa79b15a4916ffd48cb1dc1b0646b363f95324 (patch)
tree9cd86d73fa2c7148a55d75f98593c9e1d861e53f
parente22544bca3d93deb70f4cf96dcb0dc35796c8f5e (diff)
fix wrong text color on theme
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 846fa85..d9fe494 100644
--- a/style.css
+++ b/style.css
@@ -66,6 +66,7 @@ figure {
margin: 1rem 4rem;
}
aside {
+ color: ButtonText;
padding: 1rem;
border: 1px solid ButtonText;
background-color: ButtonFace;