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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 7b55948..ee5f980 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -131,19 +131,20 @@ h6 {
color: var(--header-link-color);
font-family: var(--font-title);
font-size: 14px;
- padding: 3px 5px 0 5px;
+ padding: 0 10px 0 0;
+ display: inline;
}
.header ul.nav li a:hover {
text-decoration: underline;
}
-.header ul.nav li:first-child a {
- padding-left: 2px;
+.header ul.nav li.nav-item::before {
+ content: "ยท";
}
-.header ul.nav li:last-child a {
- padding-right: 2px;
+.header ul.nav li.nav-item:first-child::before {
+ content: none;
}
/* Partial: Content */