fixes #5725: hover state for a.muted; also reformatted CSS
This commit is contained in:
parent
d5697fcf6b
commit
64326322b4
2 changed files with 19 additions and 21 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -615,6 +615,10 @@ cite {
|
|||
color: #999999;
|
||||
}
|
||||
|
||||
a.muted:hover {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
color: #c09853;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue