Files
omath/docs/styles/custom-header.css
T
2026-06-08 19:49:29 +03:00

19 lines
293 B
CSS

/* Material header tweaks */
.md-header,
.md-tabs {
background-color: #101014;
}
.md-header {
border-bottom: 1px solid rgba(255, 152, 0, 0.28);
}
.md-tabs {
border-bottom: 1px solid rgba(255, 152, 0, 0.16);
}
.md-tabs__link--active,
.md-tabs__link:hover {
color: #ffb74d;
}