Browse Source

Fix more incorrect border colors in default theme

merge-requests/85/head
Deimos 5 years ago
parent
commit
58e03899a1
  1. 1
      tildes/scss/modules/_message.scss
  2. 1
      tildes/scss/modules/_settings.scss
  3. 2
      tildes/scss/themes/_theme_base.scss

1
tildes/scss/modules/_message.scss

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

1
tildes/scss/modules/_settings.scss

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

2
tildes/scss/themes/_theme_base.scss

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

Loading…
Cancel
Save