Skip to content
Snippets Groups Projects
Commit 5c82d660 authored by nzws's avatar nzws Committed by Eugen Rochko
Browse files

Fix some colors of high contrast theme (#10711)

* Fix "nothing here" text color of high contrast

* Fix counter border color of high contrast
parent fbff73ec
No related branches found
No related tags found
No related merge requests found
......@@ -67,3 +67,11 @@
text-decoration: none;
}
}
.nothing-here {
color: $darker-text-color;
}
.public-layout .public-account-header__tabs__tabs .counter.active::after {
border-bottom: 4px solid $ui-highlight-color;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment