Den Stil des Keys-Elements angepasst: größere Schrift und ein schwarzes Pluszeichen statt verwaschen-grau

This commit is contained in:
qwertfisch 2021-03-31 15:18:51 +02:00
parent e9c457b7ec
commit 5d5e1b5cdc
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,7 @@
--md-primary-fg-color--dark: #06889C;
--md-typeset-color: #000000;
--md-default-fg-color: #000000;
--md-typeset-kbd-color: hsla(0, 0%, 97%, 1);
}
html {
overflow-y: scroll;
@ -89,3 +90,11 @@ html {
.md-content {
overflow: visible;
}
.md-typeset kbd {
font-size: 0.85em;
}
.md-typeset .keys span {
color: unset;
}