Migrate to bulma-css-variables and introduce dark mode #954

Merged
konrad merged 72 commits from adrinux/frontend:bulma-css-variables into main 2021-11-22 21:12:55 +00:00
Showing only changes of commit 1c90178e5e - Show all commits

View File

@ -94,6 +94,10 @@
--text-invert: #000 !important;
--text-light: var(--grey-300) !important;
--text-strong: var(--grey-900) !important;
}
// svg uses currentColor, change the color to keep the modal close X visible
.close {
color: var(--grey-900);
}
}
}