Browse Source

Keep usernames link-colored in collapsed comments

It's a bit difficult to read with the username link being the same color
as the comment text, this looks a little better to me.
merge-requests/37/head
Deimos 6 years ago
parent
commit
ff4b91fd33
  1. 4
      tildes/scss/_themes.scss

4
tildes/scss/_themes.scss

@ -126,10 +126,6 @@
%collapsed-theme { %collapsed-theme {
header { header {
background-color: $background-color; background-color: $background-color;
.link-user {
color: $text-color;
}
} }
} }

Loading…
Cancel
Save