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

@@ -34,6 +34,7 @@ body,
.card {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
background-color: var(--primary-color);
border-color: var(--border-color);
}
.list-group {
@@ -57,7 +58,9 @@ body,
.page-link,
.page-link:hover,
.page-item.disabled .page-link,
.dropdown-divider {
.dropdown-divider,
.dropdown-menu,
.list-group-item {
border-color: var(--border-color);
}