more style, mostly of w3 compliance
Some checks are pending
check / check (push) Waiting to run

This commit is contained in:
KS Jannette
2026-03-01 02:05:36 -05:00
parent 7357315810
commit 112c9d0627
9 changed files with 157 additions and 77 deletions

View File

@@ -101,7 +101,7 @@ export default function Signup() {
width: "100%",
padding: "0.5rem",
fontSize: "1rem",
backgroundColor: "#1a1a1a",
backgroundColor: "#242424",
border: "1px solid #444",
borderRadius: "4px",
color: "white",
@@ -123,7 +123,7 @@ export default function Signup() {
width: "100%",
padding: "0.5rem",
fontSize: "1rem",
backgroundColor: "#1a1a1a",
backgroundColor: "#242424",
border: "1px solid #444",
borderRadius: "4px",
color: "white",
@@ -145,7 +145,7 @@ export default function Signup() {
width: "100%",
padding: "0.5rem",
fontSize: "1rem",
backgroundColor: "#1a1a1a",
backgroundColor: "#242424",
border: "1px solid #444",
borderRadius: "4px",
color: "white",
@@ -173,7 +173,7 @@ export default function Signup() {
</form>
<div style={{ marginTop: "1.5rem", textAlign: "center" }}>
<p style={{ color: "#999" }}>
<p style={{ color: "#b3b3b3" }}>
Already have an account?{" "}
<Link
to="/login"