aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 12:07:37 +0500
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 12:07:37 +0500
commit32a56ed55105a2e4172eadefc58e6346dcea78f4 (patch)
tree6b7cdd504071c638c9181034bb991c5621afca92 /templates
parent7682c7aea3e71894ee69eb9b3e257d4eb74b8c81 (diff)
update
Diffstat (limited to 'templates')
-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);
}