mirror of
https://github.com/thangisme/notes.git
synced 2025-11-23 13:12:25 -05:00
Simplified css color schemes
(cherry picked from commit 52b0bced5d235d7557413e064f3841ea774d9063)
This commit is contained in:
3
_includes/css/just-the-docs.scss
Normal file
3
_includes/css/just-the-docs.scss
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
@import "./support/support";
|
||||||
|
@import "./color_schemes/{{ include.color_scheme }}";
|
||||||
|
@import "./modules";
|
||||||
@@ -17,3 +17,4 @@
|
|||||||
@import "./tables";
|
@import "./tables";
|
||||||
@import "./code";
|
@import "./code";
|
||||||
@import "./utilities/utilities";
|
@import "./utilities/utilities";
|
||||||
|
@import "./custom/custom";
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
@import "./support/support";
|
{% include css/just-the-docs.scss color_scheme="dark" %}
|
||||||
@import "./color_schemes/dark";
|
|
||||||
@import "./modules";
|
|
||||||
@import "./custom/custom";
|
|
||||||
@@ -1,6 +1,3 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
@import "./support/support";
|
{% include css/just-the-docs.scss color_scheme="light" %}
|
||||||
@import "./color_schemes/light";
|
|
||||||
@import "./modules";
|
|
||||||
@import "./custom/custom";
|
|
||||||
Reference in New Issue
Block a user