From 09d059f8e2056ea05aaa6e71b56817f28d0a230a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 27 Oct 2018 13:51:10 +0200 Subject: Add register window --- css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'css') 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; -- cgit v1.2.3