aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css36
1 files changed, 33 insertions, 3 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 31d3530..a6c3ea8 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -30,11 +30,11 @@ a:active {
color: #2773ff;
}
-.discord {
+.button {
display: inline-block;
text-decoration: none;
color: #fff;
- background-color: #5865F2;
+ background-color: #00633a;
padding: 10px 20px;
border-radius: 5px;
transition: 0.2s;
@@ -42,6 +42,36 @@ a:active {
}
+.button:hover {
+ background-color: #009959;
+ color: #fff;
+}
+
+.button:active {
+ background-color: #003620;
+ color: #fff;
+}
+
+.logout {
+ background-color: #630000;
+
+}
+
+.logout:hover {
+ background-color: #990000;
+}
+
+.logout:active {
+ background-color: #360000;
+}
+
+
+
+.discord {
+ background-color: #5865F2;
+
+}
+
.discord:hover {
background-color: #727dee;
}
@@ -107,6 +137,6 @@ button {
}
.error {
- color: rgb(248, 140, 140);
+ color: #f88c8c;
font-size: 1.5em;
} \ No newline at end of file