aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMathieu "Thrar" Bacou <mathieu@bacou.fr>2018-03-08 20:14:44 +0100
committerMathieu "Thrar" Bacou <mathieu@bacou.fr>2018-03-08 20:14:44 +0100
commit7ac70e1f2375b4a320c27ca4e50f75ee0b958fe4 (patch)
tree83ef0f25bcc9d393116dd3029212eb48d8164fec /view/theme
parenta0a1246efb74473269238f7b3e4d35f90c11b49e (diff)
downloadvolse-hubzilla-7ac70e1f2375b4a320c27ca4e50f75ee0b958fe4.tar.gz
volse-hubzilla-7ac70e1f2375b4a320c27ca4e50f75ee0b958fe4.tar.bz2
volse-hubzilla-7ac70e1f2375b4a320c27ca4e50f75ee0b958fe4.zip
Fix code background in wiki pages
Fix needed after commit c444e40c016c0faaec604335093b19661b3585b7
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/schema/dark.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index 0a142a07f..98e2bac9a 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -343,6 +343,10 @@ pre {
border:1px solid #090909;
}
+#wiki-content-container code {
+ background: #000;
+}
+
.notif-item a {
color: #ccc;
}