forked from jakub/jakubb-hugo
rename to colors.css
This commit is contained in:
parent
cd0f6067b1
commit
e09e958022
@ -1,3 +1,5 @@
|
|||||||
|
/* Mostly based off of gruvbox */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #f9f5d7;
|
--bg: #f9f5d7;
|
||||||
--fg: #3c3836;
|
--fg: #3c3836;
|
@ -1,5 +1,5 @@
|
|||||||
/* Include */
|
/* Include */
|
||||||
@import url('./colorschemes/gruvbox.css'); /* Include colorscheme */
|
@import url('./colorschemes/colors.css'); /* Include colorscheme */
|
||||||
|
|
||||||
|
|
||||||
/* Global options */
|
/* Global options */
|
||||||
|
Loading…
Reference in New Issue
Block a user