mirror of
https://git.envs.net/envs/matrix-doc.git
synced 2024-10-01 07:55:35 -04:00
change "button"-color
This commit is contained in:
parent
a37816d675
commit
c47eae360f
@ -1,6 +1,7 @@
|
||||
main {
|
||||
background-color: #1e202e;
|
||||
}
|
||||
|
||||
code{
|
||||
background-color:#030;
|
||||
border:1px solid #666;
|
||||
@ -9,9 +10,14 @@ code{
|
||||
.md-nav__item .md-nav__link--active {
|
||||
color: #10A0A0;
|
||||
}
|
||||
|
||||
.md-typeset a {
|
||||
color: #10A0A0;
|
||||
}
|
||||
.md-typeset a:hover {
|
||||
border-bottom: dotted 1px;
|
||||
}
|
||||
|
||||
.md-typeset .md-button {
|
||||
color: var(--md-default-fg-color--light);
|
||||
}
|
Loading…
Reference in New Issue
Block a user