diff options
Diffstat (limited to 'themes/alps/assets')
-rw-r--r-- | themes/alps/assets/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index 8ce6549..2c8ce16 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -543,6 +543,18 @@ main.calendar .date h4 { main.calendar .date h4 .da { font-size: 1.2rem; } +main.settings form { + max-width: 600px; +} + +main.settings button { + background-color: white; +} + +main.settings button:hover { + background-color: #f8f8f8; +} + input[type="submit"], .button, button, |