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:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-24 16:25:19 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 16:25:19 +0300
commitc00d35242ded6d769b565b4f1b6d2d9d59b7eec5 (patch)
tree462fa2b8c662d8a3abc86d53f9c6f00522f9299f
parentd15662262abe24885e7c50a6b88e67325ae36916 (diff)
Make delimiter line more transparent
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 8c8186f..302b796 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -320,5 +320,5 @@ I don't use the default pager-class because I want to use the normal buttons wit
margin-right: -20px;
margin-top: 20px;
margin-bottom: 20px;
- border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}