change theme colours #32
@ -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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user