fix: use same css proterty for header border and footer background

This commit is contained in:
Robert Kaussow 2021-04-29 21:01:29 +02:00
parent f102d1e62f
commit 9fa2c5aff8
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ img {
.gdoc-header {
background: var(--header-background);
color: var(--header-font-color);
border-bottom: 0.3em solid $second-color;
border-bottom: 0.3em solid var(--footer-background);
&__link,
&__link:visited {