Fix gallery floating buttons and text in light mode (#491)

This commit is contained in:
Prospector
2022-05-23 21:38:25 -07:00
committed by GitHub
parent ec87821bcd
commit d31a920eb7
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
html {
@extend .light-mode;
--dark-color-text: #b0bac5;
--dark-color-text-dark: #ecf9fb;
}
.light-mode {
@@ -89,9 +91,9 @@ html {
.dark-mode {
--color-icon: #96a2b0;
--color-text: #b0bac5;
--color-text: var(--dark-color-text);
--color-text-inactive: #929aa3;
--color-text-dark: #ecf9fb;
--color-text-dark: var(--dark-color-text-dark);
--color-heading: #c4cfdd;
--color-bg: #16181c;
--color-raised-bg: #26292f;