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

github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2020-01-19 07:42:15 +0300
committerKarl <kc0bfv@gmail.com>2020-01-19 07:42:15 +0300
commitc578dcadab76bb9e934825e25ff237166e6fc732 (patch)
treeb53b7dbb4b96f4acffcbae9d78649cd4f020f1b5
parent1d7b038c3b2c5c9764b1f1f0217a659b90e50699 (diff)
pre code is too dark
-rw-r--r--static/css/myscreen.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/myscreen.css b/static/css/myscreen.css
index 30a7e18..6e43fd0 100644
--- a/static/css/myscreen.css
+++ b/static/css/myscreen.css
@@ -1,6 +1,7 @@
@import url("myboth.css");
body { background:black; color: #ddd; }
+pre { color: #ddd; }
h1, h2, h3, h4, h5, h6 { color: #eee; }
ul.navbar a:focus, ul.navbar a:hover { color: #00243d; }
ul.navbar a { color: #00497a; }