From 3ded804125027f63a9e49026bd60129383968439 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 11 Oct 2022 10:00:07 +0200 Subject: [PATCH] Rename colour scheme and move to separate directory --- templates/palette.html => palettes/talia.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename templates/palette.html => palettes/talia.html (97%) diff --git a/templates/palette.html b/palettes/talia.html similarity index 97% rename from templates/palette.html rename to palettes/talia.html index aba4e44..da2eafa 100644 --- a/templates/palette.html +++ b/palettes/talia.html @@ -1,15 +1,14 @@ -

A colour palette in plain HTML

+

Talia: A colour Palette

+ +
+ A general-purpose colour palette to use for whatever. +
-
- A template colour palette written as a self-contained HTML file. - New palettes can be created easily by copying the file and changing a few CSS variables. -
-

Primary

@@ -163,6 +162,7 @@ } .hint, .info { --color: hsl(220deg, 40%, 50%) } + .important { --color: hsl(280deg, 30%, 50%) } .box::after { display: block;