Add background to buttons enhancing visbility

This commit is contained in:
cblte 2021-08-06 10:19:41 +02:00
parent 2b12c0b39a
commit 8145bc6d28
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ code{
.md-typeset a:hover {
border-bottom: dotted 1px;
}
.md-button {
background-color: #10A0A0;
}