mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 06:48:36 +02:00
Fix more incorrect border colors in default theme
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
.message {
|
||||
margin-bottom: 0.4rem;
|
||||
border: 1px solid;
|
||||
border-color: inherit;
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
|
||||
@@ -25,5 +25,6 @@
|
||||
h2 {
|
||||
font-size: 1rem;
|
||||
border-bottom: 1px solid;
|
||||
border-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
background-color: map-get($theme, "background-secondary");
|
||||
}
|
||||
|
||||
th {
|
||||
.table th {
|
||||
border-bottom-color: map-get($theme, "foreground-highlight");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user