summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-08-11 13:31:03 +0200
committerache <ache@ache.one>2023-08-11 13:31:35 +0200
commit19fff73f74ee02f54debf26e05b80b80aeb3afd7 (patch)
tree550c99d963ca2ce994e3e7f2b67cc9286340563e /src
parentFix sitemap article log links (diff)
Details dark mode CSS
Diffstat (limited to 'src')
-rw-r--r--src/css/_style.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/css/_style.scss b/src/css/_style.scss
index 2630f72..060fe8f 100644
--- a/src/css/_style.scss
+++ b/src/css/_style.scss
@@ -15,6 +15,9 @@
+details {
+ color: #424242;
+}
.special-box {
margin: 12.5px 12.5px;
padding: 10px 0 10px 95px;