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 f11eeb6dce - Show all commits

View File

@ -146,6 +146,11 @@ $vikunja-nav-logo-full-width: 164px;
display: none;
color: var(--logo-text-color);
dpschen marked this conversation as resolved Outdated

Put this in logo.vue

Put this in logo.vue

Done!

Done!
&:hover, &:focus {
dpschen marked this conversation as resolved Outdated

This also in logo.vue

This also in logo.vue

Done!

Done!
background-color: transparent;
color: var(--primary);
}
@media screen and (min-width: $tablet) {
align-self: stretch;
display: flex;