aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css13
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;