aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/Login.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-14 08:58:38 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-14 08:58:38 -0800
commite3c379d069ffa9661561d25cdbf2f5894a2f8ee8 (patch)
tree24d0e9f5610dd9c8f873c5b78e6bc1c88d32840a /frontend/src/components/Login.css
parent4b06155fbde91a1bef6361ef36efb28789861928 (diff)
downloadneko-e3c379d069ffa9661561d25cdbf2f5894a2f8ee8.tar.gz
neko-e3c379d069ffa9661561d25cdbf2f5894a2f8ee8.tar.bz2
neko-e3c379d069ffa9661561d25cdbf2f5894a2f8ee8.zip
Refactor: project structure, implement dependency injection, and align v2 UI with v1
Diffstat (limited to 'frontend/src/components/Login.css')
-rw-r--r--frontend/src/components/Login.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/Login.css b/frontend/src/components/Login.css
index f1ca976..6f40731 100644
--- a/frontend/src/components/Login.css
+++ b/frontend/src/components/Login.css
@@ -46,7 +46,7 @@
text-align: center;
}
-button[type="submit"] {
+button[type='submit'] {
width: 100%;
padding: 0.75rem;
background-color: #007bff;
@@ -58,6 +58,6 @@ button[type="submit"] {
transition: background-color 0.2s;
}
-button[type="submit"]:hover {
+button[type='submit']:hover {
background-color: #0056b3;
}