mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-12 23:17:12 +00:00
Make non-active toc items less faded
This commit is contained in:
parent
974e06d23a
commit
45ecb16853
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ body {
|
|||
font-size: 1.1em;
|
||||
}
|
||||
.toc li > a {
|
||||
color: #CCC;
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
}
|
||||
.toc li > ul {
|
||||
|
|
Loading…
Reference in a new issue