diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-27 13:51:10 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-27 13:51:14 +0200 |
commit | 09d059f8e2056ea05aaa6e71b56817f28d0a230a (patch) | |
tree | fbd5bd1b218df1cb4e9dbf8a1e0de4e53c50625f /css | |
parent | 8089e8e88fb145b4b954c310a0eda2ec647259cd (diff) |
Add register window
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index bb40474..5ea60be 100644 --- a/css/style.css +++ b/css/style.css @@ -25,12 +25,25 @@ button { text-shadow: 0px 0px 0px transparent; } +.confirm-button { + background-color: #3060d8; +} + menu { background-color: #36393e; color: #f7f7f7; border: 1px solid black; } +separator { + background-color: #444444; +} + +.separator-horizontal-margin { + margin-top: 10px; + margin-bottom: 10px; +} + .emoji { background-color: #36393e; color: #f7f7f7; |