mirror of
https://github.com/thangisme/notes.git
synced 2024-11-19 17:15:56 -05:00
More customizable css
(cherry picked from commit 8aa0899facd01f689692fccdb338673f5e9a9fbd)
This commit is contained in:
parent
6c569cbdc2
commit
3995fbfc35
1
_includes/css/custom.scss
Normal file
1
_includes/css/custom.scss
Normal file
@ -0,0 +1 @@
|
|||||||
|
@import "./custom/custom";
|
@ -1,4 +1,4 @@
|
|||||||
@import "./support/support";
|
@import "./support/support";
|
||||||
@import "./color_schemes/{{ include.color_scheme }}";
|
@import "./color_schemes/{{ include.color_scheme }}";
|
||||||
@import "./modules";
|
@import "./modules";
|
||||||
@import "./custom/custom";
|
{% include css/custom.scss %}
|
||||||
|
Loading…
Reference in New Issue
Block a user