From 7682c7aea3e71894ee69eb9b3e257d4eb74b8c81 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Thu, 26 Sep 2024 09:05:37 +0500 Subject: update --- templates/default.mustache | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 templates/default.mustache (limited to 'templates/default.mustache') diff --git a/templates/default.mustache b/templates/default.mustache deleted file mode 100644 index 753f038..0000000 --- a/templates/default.mustache +++ /dev/null @@ -1,27 +0,0 @@ -/* -* -* system: {{scheme-system}} -* name: {{scheme-name}} -* slug: {{scheme-slug}} -* author: {{scheme-author}} -* variant: {{scheme-variant}} -* -*/ - -window { - background-color: - border-color: -} - -button, -image { - color: -} - -button { - color: -} - -button:hover { - background-color: -} -- cgit