Ticket #53094: 53094.diff
| File 53094.diff, 1.8 KB (added by , 4 years ago) |
|---|
-
src/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css
21 21 filter: brightness(0.85) contrast(1.1); 22 22 } 23 23 24 .is-dark-theme .wp-block-cover.is-light .has-background-dim { 25 opacity: 0.2; 26 } 27 24 28 .respect-color-scheme-preference.is-dark-theme body { 25 29 background-color: var(--global--color-background); 26 30 } -
src/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css
21 21 filter: brightness(0.85) contrast(1.1); 22 22 } 23 23 24 .is-dark-theme .wp-block-cover.is-light .has-background-dim { 25 opacity: 0.2; 26 } 27 24 28 .respect-color-scheme-preference.is-dark-theme body { 25 29 background-color: var(--global--color-background); 26 30 } -
src/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss
21 21 filter: brightness(.85) contrast(1.1); 22 22 } 23 23 24 .is-dark-theme .wp-block-cover.is-light .has-background-dim { 25 opacity: 0.2; 26 } 27 24 28 .respect-color-scheme-preference.is-dark-theme body { 25 29 background-color: var(--global--color-background); 26 30 }