aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Settings/styles/Settings.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Settings/styles/Settings.module.scss')
-rw-r--r--apps/Settings/styles/Settings.module.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/Settings/styles/Settings.module.scss b/apps/Settings/styles/Settings.module.scss
index 9edef38..0944dcc 100644
--- a/apps/Settings/styles/Settings.module.scss
+++ b/apps/Settings/styles/Settings.module.scss
@@ -14,6 +14,24 @@
margin-top: .5em;
}
+ &:nth-of-type(2) {
+ span {
+ padding: 0 .75em;
+ transition: .3s color;
+ display: inline-block;
+ color: var(--color-decor);
+
+ &:hover {
+ color: #666;
+ }
+ }
+
+ .settings__langactive {
+ color: var(--color-text);
+ font-weight: 600;
+ }
+ }
+
&:nth-of-type(3) {
margin-top: 3em;
}