Fix more incorrect border colors in default theme

This commit is contained in:
Deimos
2019-10-07 15:12:29 -06:00
parent 1e5b61a4a5
commit 58e03899a1
3 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
.message {
margin-bottom: 0.4rem;
border: 1px solid;
border-color: inherit;
header {
display: flex;

View File

@@ -25,5 +25,6 @@
h2 {
font-size: 1rem;
border-bottom: 1px solid;
border-color: inherit;
}
}

View File

@@ -86,7 +86,7 @@
background-color: map-get($theme, "background-secondary");
}
th {
.table th {
border-bottom-color: map-get($theme, "foreground-highlight");
}