diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 3e21672df821bbc2da7437a196a170ff75a2726f..3ad40dc7428902701c089f17bc76373f7d1918d2 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -83,7 +83,6 @@ width: 44px; height: 44px; z-index: 149; - background-color: var(--color-main-background-darker); cursor: pointer; opacity: 0.6; } diff --git a/core/css/styles.scss b/core/css/styles.scss index a066c60752227e428444e49e53df5571a6f56be3..688593bd9a61b37c4f32f775cc5a95eb5e9c68d7 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -803,7 +803,7 @@ code { overflow-x: hidden; } .emptycontent { - color: var(--color-text-details); + color: var(--color-text-maxcontrast); text-align: center; margin-top: 80px; width: 100%; diff --git a/core/js/dist/main.js b/core/js/dist/main.js index bf5306ab340ad26add92ae06185aef5466a5d14c..f8cf24b96a2b73d35d5591681edffe5e46a4816b 100644 Binary files a/core/js/dist/main.js and b/core/js/dist/main.js differ diff --git a/core/js/dist/main.js.map b/core/js/dist/main.js.map index 8d09bb7ff253a436df0739bea938cf8cfe126f78..5694d7288fbf76d9e4bff24f8acc594b0764bd72 100644 Binary files a/core/js/dist/main.js.map and b/core/js/dist/main.js.map differ diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss index 31714dc34b384af630528ff2bb10c96a31a14917..233e283e6953268c3449d5b7fae9f81f95908132 100644 --- a/core/src/jquery/css/jquery-ui-fixes.scss +++ b/core/src/jquery/css/jquery-ui-fixes.scss @@ -186,7 +186,7 @@ &.ui-state-focus, &.ui-state-active { box-shadow: inset 4px 0 var(--color-primary); - color: var(--color-text); + color: var(--color-main-text); } } }