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
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/color-theme.css')
-rw-r--r--static/css/color-theme.css13
1 files changed, 4 insertions, 9 deletions
diff --git a/static/css/color-theme.css b/static/css/color-theme.css
index e0aac99..bf0322d 100644
--- a/static/css/color-theme.css
+++ b/static/css/color-theme.css
@@ -12,6 +12,10 @@ From material design color palette:
#000000 - Black
*/
+body {
+ color: #333333;
+}
+
/* pure colors for hamburg-theme foreign HTML documents */
.primary-color-very-light {
color: #dcedc8;
@@ -33,15 +37,6 @@ From material design color palette:
color: #424242;
}
-/*
-...1B - 10% transparent
-...4D - 30% transparent
-...80 - 50% transparent
-*/
-.delimiter{
- border-bottom: 1px solid #0000001B;
-}
-
.header-text {
background-color: #0000004d;
color: #fff;