Browse Source

Added white color to .x-window-body-default

pull/9/head
Weilbyte 5 years ago
parent
commit
8643329417
No known key found for this signature in database GPG Key ID: 26E89B106AF3AE3B
  1. 1
      discordDark.css
  2. 1
      serverside/style.css

1
discordDark.css

@ -263,6 +263,7 @@ background-color:#23272a
}
.x-window-body-default {
color: white;
border-width:0!important
}

1
serverside/style.css

@ -482,6 +482,7 @@ background-color:#23272a;
}
.x-window-body-default {
color: white;
border-width:0!important;
}

Loading…
Cancel
Save