fix: use same css proterty for header border and footer background
parent
f102d1e62f
commit
9fa2c5aff8
|
@ -164,7 +164,7 @@ img {
|
||||||
.gdoc-header {
|
.gdoc-header {
|
||||||
background: var(--header-background);
|
background: var(--header-background);
|
||||||
color: var(--header-font-color);
|
color: var(--header-font-color);
|
||||||
border-bottom: 0.3em solid $second-color;
|
border-bottom: 0.3em solid var(--footer-background);
|
||||||
|
|
||||||
&__link,
|
&__link,
|
||||||
&__link:visited {
|
&__link:visited {
|
||||||
|
|
Loading…
Reference in New Issue