diff options
Diffstat (limited to 'templates/body.mustache')
| -rw-r--r-- | templates/body.mustache | 17 |
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}}; +} |
