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

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorTina <feministclickback@mail36.net>2020-05-09 20:50:41 +0300
committerTina <feministclickback@mail36.net>2020-05-09 20:50:41 +0300
commitd3fe6dbda5f06a271d4808c66d4faf7de84b35ba (patch)
treeee1a88166bf3e15eba0943f97a459832702626b5 /assets
parent6f16f712f114c43567bff73f4a3b21bda09b7922 (diff)
Remove unnecessary link from language switcher
And adjust CSS accordingly
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 4f4f800..ab0802a 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -592,12 +592,10 @@
margin: 1rem 4.5rem;
}
-.LangNav a {
- margin: 0 0.2rem;
-}
.LangNav span:first-child::after {
content: "|";
+ margin: 0 0.2rem;
}
-a.language.active {
+span.language.active {
opacity: 0.5;
}