Browse Source

Fix for #136

Fix for #136, added color for .toggle-content.
pull/137/head
Dulanic 4 years ago
committed by GitHub
parent
commit
6e3a2a0497
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/thelounge/thelounge-base.css

4
CSS/themes/thelounge/thelounge-base.css

@ -104,3 +104,7 @@
.mentions-popup {
background: var(--body-bg-color);
}
#chat .toggle-content{
background: var(--window-bg-color);
}

Loading…
Cancel
Save