This commit is contained in:
Maxim Devaev 2025-03-28 12:53:16 +02:00
parent 07835b6c36
commit 9a34f12330
1 changed files with 23 additions and 0 deletions

View File

@ -4,6 +4,19 @@
--md-primary-fg-color--dark: #1c1d20;
}
a {
color: var(--md-typeset-a-color);
}
a:hover {
text-decoration: underline;
}
a.md-source {
color: white;
}
a.md-source:hover {
text-decoration: none;
}
/*.md-header__button.md-logo img {
width: unset;
}*/
@ -19,6 +32,16 @@ li.md-nav__item--section > label.md-nav__link {
.md-nav__title {
display: none;
}
.md-nav__link--active {
font-weight: bold;
color: #e82062 !important;
}
.md-nav__link--active:before {
content: "\21D2";
margin-right: 6px;
}
.md-post__back > .md-nav__title { /* Blog: Enable "Back to index" */
display: block;
}