mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
fix: border on the bottom of header instead of top of tabs
This commit is contained in:
parent
6269c5dccf
commit
a1ab434f60
1 changed files with 1 additions and 1 deletions
|
@ -94,11 +94,11 @@
|
|||
/* ANCHOR Header Recolors */
|
||||
.md-header {
|
||||
background-color: var(--md-default-bg-color--light);
|
||||
border-bottom: .05rem solid var(--md-primary-fg-color);
|
||||
}
|
||||
|
||||
.md-tabs {
|
||||
background-color: var(--md-primary-fg-color--light);
|
||||
border-top: .05rem solid var(--md-primary-fg-color);
|
||||
}
|
||||
|
||||
.md-footer {
|
||||
|
|
Loading…
Reference in a new issue