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, diff --git a/themes/alps/settings.html b/themes/alps/settings.html new file mode 100644 index 0000000..f6e586b --- /dev/null +++ b/themes/alps/settings.html @@ -0,0 +1,28 @@ +{{template "head.html" .}} +{{template "nav.html" .}} + +
+ + +
+
+
+
+ + +
+ + +
+
+
+
+ +{{template "foot.html"}}