Fix look of About pages
This commit is contained in:
parent
a39d3b1268
commit
6d195aa0b7
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,7 @@ $small-breakpoint: 960px;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
left: 160px;
|
left: 160px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #fff;
|
background: var(--foreground-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -1700,6 +1700,7 @@ $small-breakpoint: 960px;
|
||||||
|
|
||||||
.about-page {
|
.about-page {
|
||||||
background: var(--brand-color-faint);
|
background: var(--brand-color-faint);
|
||||||
|
border-radius: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.public-layout__top {
|
.public-layout__top {
|
||||||
|
|
Loading…
Reference in a new issue