diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-25 17:51:19 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-25 17:51:19 +0200 |
commit | 616fb291ee1f62202affbec3a043f741c2c2469c (patch) | |
tree | ac4347b38cf598e29893fa2be5584324e5258b9a /css | |
parent | 9096d6ef3710118f98c46f6e7f7689d5aa11c7f4 (diff) |
Login works and showing messages, nothing else
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index d07b4c4..bcafa69 100644 --- a/css/style.css +++ b/css/style.css @@ -54,6 +54,10 @@ button { font-size: 16px; } +.channel-button { + background-color: transparent; +} + #users-title { color: #f7f7f7; font-weight: bold; |