diff --git a/app/styles/about.scss b/app/styles/about.scss index c7a0a039a..76448e51c 100644 --- a/app/styles/about.scss +++ b/app/styles/about.scss @@ -86,7 +86,7 @@ $small-breakpoint: 960px; top: 30px; left: 160px; border-radius: 4px; - background: #fff; + background: var(--foreground-color); overflow: hidden; a { @@ -1700,6 +1700,7 @@ $small-breakpoint: 960px; .about-page { background: var(--brand-color-faint); + border-radius: inherit; } .public-layout__top {