More style fixes for dark theme

This commit is contained in:
Alejandro Celaya
2021-02-27 08:23:06 +01:00
parent ae4921b865
commit 3cd30b61e4
10 changed files with 32 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
@media (max-width: $responsiveTableBreakpoint) {
display: block;
margin-bottom: 10px;
border-bottom: 1px solid $lightGrey;
border-bottom: 1px solid var(--border-color);
position: relative;
}
}