aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-06 03:14:29 -0400
committerBobby <[email protected]>2023-05-06 03:14:29 -0400
commitbb1a7712898c262a4fb5a8b387bc6d3b90c4104b (patch)
treef26db556742123d6600fdcaad87f918c205afb27 /static
parentc1012c41c3eb006e9d0711806311ee9a7cc3b6b4 (diff)
downloadthatcomputerscientist-bb1a7712898c262a4fb5a8b387bc6d3b90c4104b.tar.xz
thatcomputerscientist-bb1a7712898c262a4fb5a8b387bc6d3b90c4104b.zip
Some more changes to the login area
Diffstat (limited to 'static')
-rw-r--r--static/css/login-area.css4
-rw-r--r--static/images/backgrounds/announcements.pngbin401476 -> 171442 bytes
-rw-r--r--static/images/backgrounds/login-area.pngbin196601 -> 245714 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/static/css/login-area.css b/static/css/login-area.css
index 5f06ba54..ceae4de3 100644
--- a/static/css/login-area.css
+++ b/static/css/login-area.css
@@ -23,7 +23,7 @@
font-size: 12px;
padding: 4px 8px;
background: transparent;
- color: #54598E;
+ color: #fff;
border-radius: 4px;
}
@@ -36,7 +36,7 @@
}
#login-form input::placeholder {
- color: #787dab;
+ color: #dcdcdc;
}
#login-form input[type=submit] {
diff --git a/static/images/backgrounds/announcements.png b/static/images/backgrounds/announcements.png
index 065da0de..7c173882 100644
--- a/static/images/backgrounds/announcements.png
+++ b/static/images/backgrounds/announcements.png
Binary files differ
diff --git a/static/images/backgrounds/login-area.png b/static/images/backgrounds/login-area.png
index 49a68c7e..f8adba57 100644
--- a/static/images/backgrounds/login-area.png
+++ b/static/images/backgrounds/login-area.png
Binary files differ