Improved contrast in border colors for dark theme

This commit is contained in:
Alejandro Celaya
2021-02-26 23:03:14 +01:00
parent f97ef8df83
commit c89bcab770
4 changed files with 9 additions and 6 deletions

View File

@@ -36,6 +36,6 @@
.home__servers-container {
@media (min-width: $mdMin) {
border-left: 1px solid rgba(0, 0, 0, .125);
border-left: 1px solid var(--border-color);
}
}