1
0
Fork 0
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:
Tyler Nguyen 2024-11-08 20:04:25 -06:00
parent 6269c5dccf
commit a1ab434f60
No known key found for this signature in database

View file

@ -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 {