diff --git a/sass/_variables.scss b/sass/_variables.scss index 2371e8d..823283b 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -17,7 +17,7 @@ @include theme-variables using ($theme) { @if $theme == "dark" { // COLORS - --bg-color: color-mix(in srgb, var(--accent-color) 10%, black); + --bg-color: #1E1E1E; --bg-overlay: linear-gradient(rgb(0 0 0 / 0.9), rgb(0 0 0 / 0.9)); --fg-color: rgb(255 255 255); --fg-contrast: rgb(0 0 0 / 0.8); @@ -39,7 +39,7 @@ @else { // COLORS - --bg-color: color-mix(in srgb, var(--accent-color) 20%, white); + --bg-color: #f5f5f5; --bg-overlay: linear-gradient(rgb(255 255 255 / 0.8), rgb(255 255 255 / 0.8)); --fg-color: rgb(0 0 0 / 0.8); --fg-contrast: rgb(255 255 255);