Simplified css color schemes

(cherry picked from commit 52b0bced5d235d7557413e064f3841ea774d9063)
This commit is contained in:
Silvio Giebl
2019-07-20 20:06:45 +02:00
parent 5f0de692be
commit 9e0bc86dbe
4 changed files with 6 additions and 8 deletions

View File

@@ -1,6 +1,3 @@
---
---
@import "./support/support";
@import "./color_schemes/dark";
@import "./modules";
@import "./custom/custom";
{% include css/just-the-docs.scss color_scheme="dark" %}

View File

@@ -1,6 +1,3 @@
---
---
@import "./support/support";
@import "./color_schemes/light";
@import "./modules";
@import "./custom/custom";
{% include css/just-the-docs.scss color_scheme="light" %}