aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/public/css/style.css b/public/css/style.css
index a6c3ea8..1472a8c 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1,10 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
-
+
html, body {
height: 100%;
margin: 0;
padding: 0;
-}
+}
body {
display: flex;
@@ -34,7 +34,7 @@ a:active {
display: inline-block;
text-decoration: none;
color: #fff;
- background-color: #00633a;
+ background-color: #535353;
padding: 10px 20px;
border-radius: 5px;
transition: 0.2s;
@@ -43,12 +43,12 @@ a:active {
}
.button:hover {
- background-color: #009959;
+ background-color: #8a8a8a;
color: #fff;
}
.button:active {
- background-color: #003620;
+ background-color: #454545;
color: #fff;
}
@@ -139,4 +139,9 @@ button {
.error {
color: #f88c8c;
font-size: 1.5em;
-} \ No newline at end of file
+}
+
+.success {
+ color: #a3f88c;
+ font-size: 1.5em;
+}