Browse Source
Added white color to .x-window-body-default
pull/9/head
Weilbyte
5 years ago
No known key found for this signature in database
GPG Key ID: 26E89B106AF3AE3B
2 changed files with
2 additions and
0 deletions
-
discordDark.css
-
serverside/style.css
|
|
@ -263,6 +263,7 @@ background-color:#23272a |
|
|
|
} |
|
|
|
|
|
|
|
.x-window-body-default { |
|
|
|
color: white; |
|
|
|
border-width:0!important |
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -482,6 +482,7 @@ background-color:#23272a; |
|
|
|
} |
|
|
|
|
|
|
|
.x-window-body-default { |
|
|
|
color: white; |
|
|
|
border-width:0!important; |
|
|
|
} |
|
|
|
|
|
|
|