diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-15 18:49:43 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-15 18:49:43 -0400 |
commit | 9cae9c1d2a0b4f7fa72f3075541b9ffafe1a7275 (patch) | |
tree | 960fa4f96a1328861a06d97180da8601af6855da /fe/src/app.css | |
parent | 8fab2d03bce82e4dee798ebffb1e93c557f62a4b (diff) |
Add routes for preference, clean up and add types
Diffstat (limited to 'fe/src/app.css')
-rw-r--r-- | fe/src/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fe/src/app.css b/fe/src/app.css index de19b52..c24c713 100644 --- a/fe/src/app.css +++ b/fe/src/app.css | |||
@@ -109,6 +109,10 @@ button:focus-visible { | |||
109 | padding: 1em; | 109 | padding: 1em; |
110 | } | 110 | } |
111 | 111 | ||
112 | .form.input.group input[type=color] { | ||
113 | padding: 0; | ||
114 | } | ||
115 | |||
112 | .form button[type=submit] { | 116 | .form button[type=submit] { |
113 | align-self: flex-end; | 117 | align-self: flex-end; |
114 | background: var(--submit); | 118 | background: var(--submit); |