mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-21 20:30:39 +00:00
fix: use same css proterty for header border and footer background
This commit is contained in:
parent
f102d1e62f
commit
9fa2c5aff8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user