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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2019-03-29 19:21:07 +0300
committerHauke Stieler <mail@hauke-stieler.de>2019-03-29 19:21:07 +0300
commit7aba10f614617c568e7d6b7fcdd7e8856b9463b7 (patch)
tree2aebc9b02d526be2bf50e2d65647669f7d5adae1 /static
parent466005816fdff2b3e00317e74d987863e01dc62f (diff)
Use non-transparent colors for gray
Diffstat (limited to 'static')
-rw-r--r--static/css/color-theme.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/static/css/color-theme.css b/static/css/color-theme.css
index 0db7cb0..c446254 100644
--- a/static/css/color-theme.css
+++ b/static/css/color-theme.css
@@ -7,7 +7,7 @@ From material design color palette:
#33691e - Light Green 900
#bdbdbd - Gray 400
-#616161 - Gray 700
+#757575 - Gray 600
#000000 - Black
@@ -34,8 +34,8 @@ From material design color palette:
/* The social-icons */
.global-footer .sns-links a {
- border: 1px solid #0000004d;
- color: #0000004d;
+ border: 1px solid #757575;
+ color: #757575;
}
.global-footer .sns-links a:hover {
@@ -45,11 +45,11 @@ From material design color palette:
/* The whole footer-area */
.global-footer {
- color: #0000004d;
+ color: #757575;
}
.post-date {
- color: #0000004d;
+ color: #757575;
}
a:hover,
@@ -59,8 +59,8 @@ a:focus {
/* Tags of articles and pages */
.post-tag a {
- border: 1px solid #0000004d;
- color: #0000004d;
+ border: 1px solid #757575;
+ color: #757575;
}
.post-tag a:hover {
@@ -69,11 +69,11 @@ a:focus {
}
.not-found h1 {
- color: #0000004d;
+ color: #757575;
}
.author-bio {
- color: #00000080;
+ color: #757575;
}
/* Color for e.g. headers and links */
@@ -99,7 +99,7 @@ a:focus {
.btn-primary.disabled:focus,
a.btn-primary.disabled,
a.btn-primary.disabled:focus {
- color: #616161;
+ color: #757575;
background-color: #fff;
border-color: #bdbdbd;
}