1.43 - Extra Pulldown & New Cloud Icons

This commit is contained in:
fraxle
2026-05-16 23:34:57 +01:00
parent 40f651eb98
commit 048e52a177
8 changed files with 305 additions and 221 deletions
+6 -4
View File
@@ -133,10 +133,11 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
color: #fff;
border: none;
border-radius: 4px;
font-family: 'JetBrains Mono', monospace;
font-family: 'Manrope', sans-serif;
font-weight: 700;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.12em;
letter-spacing: 0.07em;
cursor: pointer;
}
button:hover { background: #a06e18; }
@@ -153,10 +154,11 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
}
.back {
margin-top: 1.5rem;
font-family: 'JetBrains Mono', monospace;
font-family: 'Manrope', sans-serif;
font-weight: 700;
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.1em;
letter-spacing: 0.06em;
}
.back a { color: #b09870; text-decoration: none; }
.back a:hover { color: #c8922a; }