mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
Theme fixes.
This commit is contained in:
parent
012b8b4a9a
commit
b1f578b661
1 changed files with 17 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
code {
|
||||
background-color: #ffffff;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
#table-of-contents {
|
||||
border: solid 1px #cccccc;
|
||||
border-radius: 10px;
|
||||
|
@ -5,16 +10,27 @@
|
|||
|
||||
.toc-item-0 {
|
||||
margin-top: 10px;
|
||||
font-size: 120%;
|
||||
font-size: 130%;
|
||||
font-weight: bold;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.toc-item-1 {
|
||||
padding: 2px;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.toc-item-2 {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.toc-item a:hover {
|
||||
-moz-border-radius-topleft: 5px;
|
||||
-moz-border-radius-topright: 5px;
|
||||
-moz-border-radius-bottomright: 5px;
|
||||
-moz-border-radius-bottomleft: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
text-decoration: none;
|
||||
background: #48D1CC;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue