Browse Source

Fix comment removal warning not using theme color

merge-requests/75/head
Deimos 5 years ago
parent
commit
0d86fa2daf
  1. 1
      tildes/scss/modules/_comment.scss
  2. 4
      tildes/scss/themes/_theme_base.scss

1
tildes/scss/modules/_comment.scss

@ -145,7 +145,6 @@
}
.comment-removed-warning {
color: $warning-color;
font-weight: bold;
font-size: 0.6rem;
}

4
tildes/scss/themes/_theme_base.scss

@ -241,6 +241,10 @@
color: map-get($theme, "foreground-secondary");
}
.comment-removed-warning {
color: map-get($theme, "warning");
}
.comment-votes {
color: map-get($theme, "foreground-secondary");
}

Loading…
Cancel
Save