diff options
author | Mathieu "Thrar" Bacou <mathieu@bacou.fr> | 2018-03-08 20:14:44 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-09 09:24:14 +0100 |
commit | 4db112e28ecb6e4d611b282c1bd45c79e11fb5ec (patch) | |
tree | 90c507a3851d2bfd0e4ffe3018c1dee0ce43685b | |
parent | 8705882e6eb51f901e59a2b03ecfc8dc1588baa1 (diff) | |
download | volse-hubzilla-4db112e28ecb6e4d611b282c1bd45c79e11fb5ec.tar.gz volse-hubzilla-4db112e28ecb6e4d611b282c1bd45c79e11fb5ec.tar.bz2 volse-hubzilla-4db112e28ecb6e4d611b282c1bd45c79e11fb5ec.zip |
Fix code background in wiki pages
Fix needed after commit c444e40c016c0faaec604335093b19661b3585b7
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 4 |
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; } |