diff --git a/apps/client/src/app/pages/about/about-page.html b/apps/client/src/app/pages/about/about-page.html index 095d77a02..69568a059 100644 --- a/apps/client/src/app/pages/about/about-page.html +++ b/apps/client/src/app/pages/about/about-page.html @@ -177,7 +177,7 @@ FAQ @@ -189,7 +189,7 @@ Changelog & License @@ -198,7 +198,7 @@ Privacy Policy diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index c31d7596c..024b21a19 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -17,7 +17,7 @@ $mat-css-light-theme-selector: '.is-light-theme'; } :root { - --dark-background: rgb(39, 39, 39); + --dark-background: rgb(25, 25, 25); --font-family-sans-serif: Roboto, 'Helvetica Neue', sans-serif; --light-background: rgb(255, 255, 255); }