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
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index e669447..4f4f800 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -583,3 +583,21 @@
transform: scale(0, 0);
transition: 0s;
}
+
+/* LANGUAGE SWITCHER */
+.LangNav {
+ display: flex;
+ justify-content: flex-start;
+ align-items: center;
+ margin: 1rem 4.5rem;
+}
+
+.LangNav a {
+ margin: 0 0.2rem;
+}
+.LangNav span:first-child::after {
+ content: "|";
+}
+a.language.active {
+ opacity: 0.5;
+}