diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index c024481..bb40474 100644 --- a/css/style.css +++ b/css/style.css @@ -20,10 +20,38 @@ button { background-color: #2f3136; color: #f7f7f7; border-style: none; + outline-style: none; + box-shadow: 0px 0px 0px transparent; + text-shadow: 0px 0px 0px transparent; +} + +menu { + background-color: #36393e; + color: #f7f7f7; + border: 1px solid black; +} + +.emoji { + background-color: #36393e; + color: #f7f7f7; + border: 1px solid black; +} + +.emoji-picker { + background-color: #36393e; + color: #f7f7f7; + border: 1px solid black; +} + +.emoji-picker entry { + background-color: #36393e; + color: #f7f7f7; + border: 1px solid black; } #side-panels separator { border: 1px solid #2f3136; + background-color: #2f3136; } #top-bar { @@ -48,6 +76,11 @@ button { */ } +#left-panel separator { + border: 1px solid #36393e; + background-color: #36393e; +} + #channels-title { color: #f7f7f7; font-weight: bold; @@ -124,4 +157,9 @@ textview text { .window-notification { background-color: #aa3030; +} + +.username-list-username { + color: #0fc0fc; + font-weight: bold; }
\ No newline at end of file |