Skip to content

Commit 5c82d66

Browse files
nzwsGargron
authored andcommitted
Fix some colors of high contrast theme (#10711)
* Fix "nothing here" text color of high contrast * Fix counter border color of high contrast
1 parent fbff73e commit 5c82d66

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/javascript/styles/contrast/diff.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@
6767
text-decoration: none;
6868
}
6969
}
70+
71+
.nothing-here {
72+
color: $darker-text-color;
73+
}
74+
75+
.public-layout .public-account-header__tabs__tabs .counter.active::after {
76+
border-bottom: 4px solid $ui-highlight-color;
77+
}

0 commit comments

Comments
 (0)