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>2018-08-24 14:22:17 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 14:22:17 +0300
commit814dbb64f423eac81366ae7735d0665c78756cfd (patch)
tree6dc63276f87ca69abcdf42298407c04db1632dd6 /static
parenta5f1c7f4eae1089fe96a684de361d420be86e399 (diff)
Change basic colors
Diffstat (limited to 'static')
-rw-r--r--static/css/color-theme.css27
-rw-r--r--static/css/main.css1
2 files changed, 27 insertions, 1 deletions
diff --git a/static/css/color-theme.css b/static/css/color-theme.css
new file mode 100644
index 0000000..138b105
--- /dev/null
+++ b/static/css/color-theme.css
@@ -0,0 +1,27 @@
+/*
+From material design color palette:
+
+#f1f8e9 - Light Green 50
+#558b2f - Light Green 800
+#33691e - Light Green 900
+
+#bdbdbd - Gray 400
+*/
+
+.text-primary, a {
+ color: #558b2f;
+}
+
+a:hover {
+ color: #33691e;
+}
+
+.global-footer .sns-links a:hover {
+ border: 1px solid #33691e;
+ color: #33691e;
+}
+
+.post-tag a:hover {
+ background-color: #f1f8e9;
+ color: #bdbdbd;
+}
diff --git a/static/css/main.css b/static/css/main.css
index 1c2b00b..9fee30b 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -310,4 +310,3 @@ article section img {
height: auto;
margin: 13px auto;
}
-