mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Tweak sidebar font sizes
This commit is contained in:
parent
afda6d86ca
commit
b1193c71f8
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@ body {
|
|||
.toc li {
|
||||
padding-left: 0;
|
||||
margin: 6px 0px;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.toc li > a {
|
||||
color: #CCC;
|
||||
|
@ -41,6 +42,9 @@ body {
|
|||
.subtoc {
|
||||
margin-left: 12px;
|
||||
}
|
||||
.subtoc li {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#content {
|
||||
max-width: 1200px;
|
||||
|
|
Loading…
Reference in a new issue