summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 17:42:34 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 17:42:34 +0200
commit0b11a6fb9585a9fd4cc5af10c280c009d96a4ceb (patch)
tree028bc137621fae21e90459f69f1bea54fffe9b34 /content
parent9185ee73b946b9b09f721d48bc09e8fadcf4d5a2 (diff)
downloadblog-0b11a6fb9585a9fd4cc5af10c280c009d96a4ceb.zip
blog-0b11a6fb9585a9fd4cc5af10c280c009d96a4ceb.tar.gz
blog-0b11a6fb9585a9fd4cc5af10c280c009d96a4ceb.tar.bz2
adapt for Superhero Bootswatch theme
Diffstat (limited to 'content')
-rw-r--r--content/extras/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/extras/custom.css b/content/extras/custom.css
new file mode 100644
index 0000000..7b1ac5b
--- /dev/null
+++ b/content/extras/custom.css
@@ -0,0 +1,4 @@
+/* muted text is otherwise too dark */
+.text-muted {
+ color: #c8ccd0;
+} \ No newline at end of file