Browse Source

Fix username color in collapsed comments

This had been changed in ff4b91fd but was inadvertently reverted in the
theme overhaul.
merge-requests/51/head
Deimos 6 years ago
parent
commit
990bc9d937
  1. 4
      tildes/scss/_themes.scss

4
tildes/scss/_themes.scss

@ -321,10 +321,6 @@ $theme-black: map-merge($theme-base, (
header {
color: $foreground-secondary;
background-color: $background-primary;
.link-user {
color: $foreground-secondary;
}
}
}

Loading…
Cancel
Save