diff options
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); |