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

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@posteo.org>2020-11-25 20:43:38 +0300
committerNiklas Buschmann <niklasbuschmann@posteo.org>2020-11-25 20:43:38 +0300
commitaa7b9056cfc0d9dad5df14c5999392b1d8a1873a (patch)
tree6a7f5cbad17ee268663f1ec90f2c53bf62067a5e /static/css
parent6060c247bf3ef3468111fa0e6ef95260a04e9c5f (diff)
fix pre
Diffstat (limited to 'static/css')
-rw-r--r--static/css/index.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/index.css b/static/css/index.css
index db6d531..6c38b42 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -23,7 +23,7 @@
}
body > header {
background: #1c1d22;
- color: #fff;
+ color: #ffffff;
}
}
@@ -122,7 +122,8 @@ tr:hover, tr:nth-child(odd) td {
}
pre {
- background: rgba(142, 142, 145, 0.12);
+ background: rgba(40, 41, 48, 0.9)!important;
+ color: #ffffff;
border-radius: 2px;
font-size: .8em;
margin: 1.5em 0;