aboutsummaryrefslogtreecommitdiff
path: root/templates/body.mustache
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 09:05:37 +0500
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 09:05:37 +0500
commit7682c7aea3e71894ee69eb9b3e257d4eb74b8c81 (patch)
tree7425bb9535099a27cd4eb4b8c41995be13fc235c /templates/body.mustache
parentc2dab82cec1508a07ca1b4bbe8c56c96315f63d0 (diff)
update
Diffstat (limited to 'templates/body.mustache')
-rw-r--r--templates/body.mustache17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/body.mustache b/templates/body.mustache
new file mode 100644
index 0000000..555bbd8
--- /dev/null
+++ b/templates/body.mustache
@@ -0,0 +1,17 @@
+window {
+ background-color: #{{base00}};
+ border-color: #{{base06}};
+}
+
+button,
+image {
+ color: #{{base04}};
+}
+
+button {
+ color: #eee;
+}
+
+button:hover {
+ background-color: #{{base07}};
+}