Rename light-background variable to site-background

This commit is contained in:
Adrian Simmons 2021-11-08 20:53:03 +00:00
parent 54f1271ab9
commit a45c6cdf6b
9 changed files with 9 additions and 9 deletions

View File

@ -68,7 +68,7 @@ export default {
<style lang="scss" scoped>
.no-auth-wrapper {
background: url('@/assets/llama.svg') no-repeat bottom left fixed var(--light-background);
background: url('@/assets/llama.svg') no-repeat bottom left fixed var(--site-background);
min-height: 100vh;
}

View File

@ -278,7 +278,7 @@ export default {
<style lang="scss" scoped>
$navbar-padding: 2rem;
$vikunja-nav-background: var(--light-background);
$vikunja-nav-background: var(--site-background);
$vikunja-nav-color: var(--grey-700);
$vikunja-nav-selected-width: 0.4rem;

View File

@ -172,7 +172,7 @@ $vikunja-nav-logo-full-width: 164px;
}
.navbar.main-theme {
background: var(--light-background);
background: var(--site-background);
z-index: 5 !important;
justify-content: space-between;
align-items: center;

View File

@ -8,7 +8,7 @@
border-radius: $radius;
padding: 1rem;
color: var(--text);
background-color: var(--light-background) !important;
background-color: var(--site-background) !important;
@media screen and (max-width: 800px) {
border-radius: 0;

View File

@ -8,7 +8,7 @@
// FIXME: move to pagination component
.pagination-link:not(.is-current) {
background: var(--light-background);
background: var(--site-background);
}
.box,

View File

@ -19,7 +19,7 @@
}
body {
background: var(--light-background);
background: var(--site-background);
min-height: 100vh;
}

View File

@ -13,7 +13,7 @@
--grey-800: hsl(215, 27.9%, 16.9%);
--grey-900: hsl(220.9, 39.3%, 11%);
--light-background: var(--grey-100);
--site-background: var(--grey-100);
--scheme-main: var(--white);
// Vikunja overrides of Bulma defaults

View File

@ -10,7 +10,7 @@ $dropdown-content-shadow: none;
$dropdown-item-hover-background-color: var(--grey-100);
$bulmaswatch-import-font: false !default;
$light-background: var(--grey-100);
$site-background: var(--grey-100);
$transition-duration: 150ms;
$transition: $transition-duration ease;

View File

@ -711,7 +711,7 @@ $flash-background-duration: 750ms;
// This is a workaround to hide the llama background from the top on the task detail page
margin-top: -1.5rem;
padding: 1rem;
background-color: var(--light-background);
background-color: var(--site-background);
@media screen and (max-width: $desktop) {
padding-bottom: 0;