slightly darker background for more contrast and better readability

This commit is contained in:
jan6 2021-08-05 11:52:48 +00:00
parent 9998deef9d
commit 4284a3c462
1 changed files with 7 additions and 1 deletions

View File

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