From bc6140098f698dbdf9f40b17e68a93d866eb93b5 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 29 Mar 2022 18:32:39 +0200 Subject: [PATCH] add commentary to colour codes since we're keeping the original names of colour variables from the theme, it's a good idea to at least have the usage of them (somewhat) documented. --- assets/scss/_predefined.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/scss/_predefined.scss b/assets/scss/_predefined.scss index af62145..7af00ee 100644 --- a/assets/scss/_predefined.scss +++ b/assets/scss/_predefined.scss @@ -1,11 +1,12 @@ // Colors // -$theme: #613583; -$text: #21fA45; +$theme: #613583; // hyperlink highlight background colour, .post-info + // site-local link :hover highlight colour +$text: #21fa45; // colour of normal text $light-grey: #010000; // background $dark-grey: #111115; // hover bar -$highlight-grey: #9141ac; // highlight background of `keyword` -$midnightblue: #151718; // code background, link background +$highlight-grey: #9141ac; // code (not in pre) background +$midnightblue: #151718; // code text (not in pre) colour // Fonts //