Skip to content

Commit 69c8fc5

Browse files
committed
1.9.2 - Latest design issues fixes
1 parent 7d549eb commit 69c8fc5

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

dist/assets/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,12 +1302,17 @@ nav a:hover {
13021302
nav a.is-active, nav a:active {
13031303
opacity: 1;
13041304
color: var(--c-primary);
1305+
text-shadow: 0 0 10px var(--c-primary);
13051306
}
13061307

13071308
nav a.is-active .fa, nav a:active .fa {
13081309
color: var(--c-primary);
13091310
}
13101311

1312+
nav a.is-active .description, nav a:active .description {
1313+
text-shadow: none;
1314+
}
1315+
13111316
#main-search {
13121317
width: 100%;
13131318
display: block;
@@ -1953,6 +1958,7 @@ iframe {
19531958
background-color: #2f2e36;
19541959
border-left-color: #5f5d6d;
19551960
color: var(--c-white);
1961+
text-shadow: none;
19561962
}
19571963

19581964
#app-container.light-mode .video-item-settings button {

scss/_navbar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@ nav {
3838
&:active {
3939
opacity: 1;
4040
color: var(--c-primary);
41+
text-shadow: 0 0 10px var(--c-primary);
4142
.fa {
4243
color: var(--c-primary);
4344
}
45+
.description {
46+
text-shadow: none;
47+
}
4448
}
4549
}
4650
}

scss/theme/light.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ nav {
3737
background-color: #2f2e36;
3838
border-left-color: #5f5d6d;
3939
color: var(--c-white);
40+
text-shadow: none;
4041
}
4142
}
4243
}

src/assets/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,12 +1302,17 @@ nav a:hover {
13021302
nav a.is-active, nav a:active {
13031303
opacity: 1;
13041304
color: var(--c-primary);
1305+
text-shadow: 0 0 10px var(--c-primary);
13051306
}
13061307

13071308
nav a.is-active .fa, nav a:active .fa {
13081309
color: var(--c-primary);
13091310
}
13101311

1312+
nav a.is-active .description, nav a:active .description {
1313+
text-shadow: none;
1314+
}
1315+
13111316
#main-search {
13121317
width: 100%;
13131318
display: block;
@@ -1953,6 +1958,7 @@ iframe {
19531958
background-color: #2f2e36;
19541959
border-left-color: #5f5d6d;
19551960
color: var(--c-white);
1961+
text-shadow: none;
19561962
}
19571963

19581964
#app-container.light-mode .video-item-settings button {

0 commit comments

Comments
 (0)