mirror of https://github.com/pikvm/pikvm.git
update
This commit is contained in:
parent
07835b6c36
commit
9a34f12330
|
|
@ -4,6 +4,19 @@
|
||||||
--md-primary-fg-color--dark: #1c1d20;
|
--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 {
|
/*.md-header__button.md-logo img {
|
||||||
width: unset;
|
width: unset;
|
||||||
}*/
|
}*/
|
||||||
|
|
@ -19,6 +32,16 @@ li.md-nav__item--section > label.md-nav__link {
|
||||||
.md-nav__title {
|
.md-nav__title {
|
||||||
display: none;
|
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" */
|
.md-post__back > .md-nav__title { /* Blog: Enable "Back to index" */
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue