add commentary to colour codes
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
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.
This commit is contained in:
parent
927909be60
commit
bc6140098f
@ -1,11 +1,12 @@
|
|||||||
// Colors
|
// Colors
|
||||||
//
|
//
|
||||||
$theme: #613583;
|
$theme: #613583; // hyperlink highlight background colour, .post-info
|
||||||
$text: #21fA45;
|
// site-local link :hover highlight colour
|
||||||
|
$text: #21fa45; // colour of normal text
|
||||||
$light-grey: #010000; // background
|
$light-grey: #010000; // background
|
||||||
$dark-grey: #111115; // hover bar
|
$dark-grey: #111115; // hover bar
|
||||||
$highlight-grey: #9141ac; // highlight background of `keyword`
|
$highlight-grey: #9141ac; // code (not in pre) background
|
||||||
$midnightblue: #151718; // code background, link background
|
$midnightblue: #151718; // code text (not in pre) colour
|
||||||
|
|
||||||
// Fonts
|
// Fonts
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user