Modify Table of Contents heading
This commit is contained in:
parent
604268e5b5
commit
a349a7113b
1 changed files with 21 additions and 0 deletions
|
@ -106,6 +106,27 @@ pre {
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
#table-of-contents {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 20px;
|
||||
overflow: auto;
|
||||
background-color: #262a2b;
|
||||
}
|
||||
|
||||
#table-of-contents h2 {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
#table-of-contents:hover #text-table-of-contents {
|
||||
display: block;
|
||||
border: 1px #000000 solid;
|
||||
}
|
||||
|
||||
#text-table-of-contents {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Org font-locking */
|
||||
.src {
|
||||
background-color: #002b36;
|
||||
|
|
Loading…
Reference in a new issue