aboutsummaryrefslogtreecommitdiff
path: root/templates/body.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'templates/body.mustache')
-rw-r--r--templates/body.mustache8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/body.mustache b/templates/body.mustache
index 94173bd..5b84027 100644
--- a/templates/body.mustache
+++ b/templates/body.mustache
@@ -1,13 +1,13 @@
window {
- background-color: #{{base00.hex}};
- border-color: #{{base0D.hex}};
+ background-color: #{{base00-hex}};
+ border-color: #{{base0D-hex}};
}
button,
image {
- color: #{{base04.hex}};
+ color: #{{base04-hex}};
}
button:hover {
- background-color: rgba({{base07.rgb-r}}, {{base07.rgb-g}}, {{base07.rgb-b}}, 0.4);
+ background-color: rgba({{base07-rgb-r}}, {{base07-rgb-g}}, {{base07-rgb-b}}, 0.4);
}