aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2024-12-24 15:05:33 -0500
committerAndrew Lee <andrew@alee14.me>2024-12-24 15:05:33 -0500
commit70f071180c932e9cf5029b47ec5e0d1e2623b4b4 (patch)
tree86321d630681c3af46b453f820789da87ff6f111 /public/css
parent4811a3eabc1e7afaf17b45f9dea541d987c45717 (diff)
downloadfreeso-discord-auth-70f071180c932e9cf5029b47ec5e0d1e2623b4b4.tar.gz
freeso-discord-auth-70f071180c932e9cf5029b47ec5e0d1e2623b4b4.tar.bz2
freeso-discord-auth-70f071180c932e9cf5029b47ec5e0d1e2623b4b4.zip
Dashboard, fixed some issues with port
Diffstat (limited to 'public/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