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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJulio Pescador <jpescador@users.noreply.github.com>2016-03-01 21:09:56 +0300
committerJulio Pescador <jpescador@users.noreply.github.com>2016-03-01 21:09:56 +0300
commit6b3002cc3c22a6ea8e5b5fb7286c9afdbb003191 (patch)
treef04d59cd53fdf459cdaaa6967a54609e8145cb36 /static
parentf29ca85b718aec0531c912c4c3b77569ba22bee5 (diff)
Applying black color font to h tags in article
Diffstat (limited to 'static')
-rw-r--r--static/css/add-on.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/add-on.css b/static/css/add-on.css
index 8503ae1..5260819 100644
--- a/static/css/add-on.css
+++ b/static/css/add-on.css
@@ -1,4 +1,4 @@
-body, input, select, textarea {
+body, input, select, textarea, b, strong {
color: #000000;
}
@@ -83,7 +83,11 @@ article.post footer .stats {
opacity: 0.70;
}
- article.post p {
+ article.post p,
+ article.post h2,
+ article.post h3,
+ article.post h4 {
+ color: #000000;
/* Theoretically for IE 8 & 9 (more valid) */
/* ...but not required as filter works too */
/* should come BEFORE filter */