Skip to content

Commit

Permalink
make lext lighter & make it more clear which tab is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Dec 2, 2023
1 parent f13d8ad commit 07728a4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
--md-primary-fg-color--dark: #b25d09;

--md-accent-fg-color: #c24734;

@media screen {
[data-md-color-scheme="slate"] {
--md-default-fg-color: hsla(var(--md-hue), 15%, 90%, 1);
}
}
}

.md-tabs__link {
opacity: 1;
font-weight: bold;
}

.md-tabs__item.md-tabs__item--active {
border-bottom: 4px solid var(--md-default-fg-color);
}

.container {
Expand Down

0 comments on commit 07728a4

Please sign in to comment.