aboutsummaryrefslogtreecommitdiff
path: root/templates/body.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'templates/body.mustache')
-rw-r--r--templates/body.mustache12
1 files changed, 4 insertions, 8 deletions
diff --git a/templates/body.mustache b/templates/body.mustache
index 555bbd8..fe47f11 100644
--- a/templates/body.mustache
+++ b/templates/body.mustache
@@ -1,17 +1,13 @@
window {
- background-color: #{{base00}};
- border-color: #{{base06}};
+ background-color: #{{base00.hex}};
+ border-color: #{{base0D.hex}};
}
button,
image {
- color: #{{base04}};
-}
-
-button {
- color: #eee;
+ color: #{{base04.hex}};
}
button:hover {
- background-color: #{{base07}};
+ background-color: rgba({{base07.rgb-r}}, {{base07.rgb-g}}, {{base07.rgb-b}}, 0.15);
}