aboutsummaryrefslogtreecommitdiffstats
path: root/src/Login.css
diff options
context:
space:
mode:
authorElijah Moore <elimoor@siue.edu>2022-04-21 19:32:05 -0500
committerElijah Moore <elimoor@siue.edu>2022-04-21 19:32:05 -0500
commitcd909867ab98ce346ac2c3b9a6564ddc9444d328 (patch)
treed36df41499c1178925b2fffcf73cb708a9cc149a /src/Login.css
parente3a5760219ce2307293f48a27d2758dc28221895 (diff)
I thought I already pushed this but apparently notdevelop
Diffstat (limited to 'src/Login.css')
-rw-r--r--src/Login.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Login.css b/src/Login.css
index 13e63fb..4fe0c62 100644
--- a/src/Login.css
+++ b/src/Login.css
@@ -9,15 +9,15 @@
top: 35%;
left: 35%;
background-color: #333333;
- border: #BB86fc;
+ border: 1px solid #FFFFFF;
border-radius: 5px;
overflow: auto;
}
.loginButton {
- background-color: #BB86fc;
+ background-color: #61dadb;
border: none;
- color: white;
+ color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
@@ -29,14 +29,14 @@
}
.loginText {
- color: #BB86fc;
+ color: #61dadb;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.fieldText {
- color: #BB86fc;
+ color: #61dadb;
font-size: 20px;
font-weight: bold;
text-align: center;
@@ -54,6 +54,6 @@
left: 0;
bottom: 5;
background-color: #FFFFFF;
- border: 2px solid #BB86fc;
+ border: 2px solid #61dadb;
border-radius: 5px;
} \ No newline at end of file