Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom <tom@mdashx.com>2020-12-11 22:10:25 +0300
committertom <tom@mdashx.com>2020-12-11 22:10:25 +0300
commit9cfc2d1665ada75970501ac1fc742cfc2d3e6cc4 (patch)
tree17086baa3554a5b8f6c0c3064a2166525a51bbf5
parent7e32df36aab0de7045eea0928dec4d07107c10de (diff)
Font color in pre blocks for dark mode
-rw-r--r--static/assets/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index 6b7c487..553a9bf 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -85,6 +85,9 @@ td {
a {
color: #EEEEEE;
}
+ pre {
+ color: #d1d1d1
+ }
}