Merge pull request 'slightly darker background for more contrast and better readability' (#2) from jan6/help:jan6-patch-2 into master

Reviewed-on: https://git.envs.net/envs/help/pulls/2
This commit is contained in:
creme 2021-08-05 12:16:02 +00:00
commit 28ed3012ed
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;
}