diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-26 21:51:44 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-26 21:51:47 +0200 |
commit | 206a58f9996a36693b1e73460191b08db1db0327 (patch) | |
tree | fd7fdeba9020dba673f858c9755ef129333f91b4 /css | |
parent | 009d2f850e8fdd27d961423892920e0b6817c031 (diff) |
Change window notification style
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index bcafa69..c024481 100644 --- a/css/style.css +++ b/css/style.css @@ -120,4 +120,8 @@ textview text { #chat-input { padding: 10px 10px 10px 10px; } -*/
\ No newline at end of file +*/ + +.window-notification { + background-color: #aa3030; +}
\ No newline at end of file |