Changed color
This commit is contained in:
parent
71f98fa600
commit
9e72c6e29b
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
/* ASH THEME */
|
/* ASH THEME */
|
||||||
:is(.theme-dark, .theme-light .theme-dark) {
|
:is(.theme-dark, .theme-light .theme-dark) {
|
||||||
--background-shading: rgba(0, 0, 0, 0);
|
--background-shading: rgba(0, 0, 0, 0.6);
|
||||||
--card-shading: rgba(0, 0, 0, 0);
|
--card-shading: rgba(0, 0, 0, 0);
|
||||||
--popout-shading: rgba(0, 0, 0, 0);
|
--popout-shading: rgba(0, 0, 0, 0);
|
||||||
--modal-shading: rgba(0, 0, 0, 0);
|
--modal-shading: rgba(0, 0, 0, 0);
|
||||||
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
/* DARK THEME */
|
/* DARK THEME */
|
||||||
:is(.theme-darker, .theme-light .theme-darker) {
|
:is(.theme-darker, .theme-light .theme-darker) {
|
||||||
--background-shading: rgba(0, 0, 0, 0);
|
--background-shading: rgba(0, 0, 0, 0.6);
|
||||||
--card-shading: rgba(0, 0, 0, 0);
|
--card-shading: rgba(0, 0, 0, 0);
|
||||||
--popout-shading: rgba(0, 0, 0, 0);
|
--popout-shading: rgba(0, 0, 0, 0);
|
||||||
--modal-shading: rgba(0, 0, 0, 0);
|
--modal-shading: rgba(0, 0, 0, 0);
|
||||||
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
/* ONYX THEME */
|
/* ONYX THEME */
|
||||||
:is(.theme-midnight, .theme-light .theme-midnight) {
|
:is(.theme-midnight, .theme-light .theme-midnight) {
|
||||||
--background-shading: rgba(0, 0, 0, 0);
|
--background-shading: rgba(0, 0, 0, 0.6);
|
||||||
--card-shading: rgba(0, 0, 0, 0);
|
--card-shading: rgba(0, 0, 0, 0);
|
||||||
--popout-shading: rgba(0, 0, 0, 0);
|
--popout-shading: rgba(0, 0, 0, 0);
|
||||||
--modal-shading: rgba(0, 0, 0, 0);
|
--modal-shading: rgba(0, 0, 0, 0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user