move extra.css to same "format" as matrix-doc..

This commit is contained in:
creme 2021-08-05 14:17:35 +02:00
parent 28ed3012ed
commit 9e987167e6
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,11 @@
main {
background-color: #1e202e;
}
code{
background-color:#030;
border:1px solid #666;
}
.md-nav__item .md-nav__link--active {
color: #10A0A0;
}
@ -7,10 +15,3 @@
.md-typeset a:hover {
border-bottom: dotted 1px;
}
main {
background-color: #1e202e;
}
code{
background-color:#030;
border:1px solid #666;
}