[deploy] Fix sidebar colors on dark themes (#7084)
This commit is contained in:
parent
3f8961a299
commit
1e4d7a5d2c
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue