Browse Source

the lounge chat window text fix

pull/110/head
gilbn 5 years ago
parent
commit
b8de2633d8
  1. 3
      CSS/themes/thelounge/thelounge-base.css

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

@ -53,6 +53,9 @@
#chat .content, #windows #chat .header, #chat .user-mode::before, #chat .userlist {
border-color: rgba(255, 255, 255, 0.08);
}
#chat .msg[data-type=motd] .text {
background: rgba(255, 255, 255, 0.08);
}
/* Dropdown menu */
#context-menu, .textcomplete-menu {

Loading…
Cancel
Save