Don't show a semi-transparent background for menu and navbar if there is a background
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-01-24 13:28:00 +01:00
parent 026ce2906a
commit 5c155431c8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 0 additions and 9 deletions

View File

@ -5,10 +5,6 @@
background-attachment: fixed;
min-height: 100vh;
.namespace-container {
background: $transparent-background-light;
}
.pagination-link:not(.is-current) {
background: $light-background;
}
@ -36,10 +32,6 @@
}
}
.navbar.has-background {
background: $transparent-background-light;
}
.link-share-container.has-background .view {
background: transparent;
border: none;

View File

@ -19,7 +19,6 @@ $bulmaswatch-import-font: false !default;
$light-background: $grey-100;
$transition-duration: 100ms;
$flash-background-duration: 750ms;
$transparent-background-light: rgba($light-background, 0.9);
$vikunja-font: 'Quicksand', sans-serif;
$vikunja-light-text: $grey-100;