[deploy] Fix sidebar colors on dark themes (#7084)

This commit is contained in:
Pedro Henrique Windisch 2020-04-04 13:04:44 -03:00 committed by GitHub
parent 3f8961a299
commit 1e4d7a5d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
--theme-container-box-shadow: none;
--theme-container-border: 1px solid #22303f;
--theme-social-icon-invert: invert(100%);
--theme-color: #ffffff;
// Base
--base-100: #ffffff;

View file

@ -6,6 +6,7 @@
--theme-container-box-shadow: none;
--theme-container-border: 1px solid #22303f;
--theme-social-icon-invert: invert(100%);
--theme-color: #ffffff;
// Base
--base-100: #f9fafa;