1
0
Fork 0
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:
Cedric Beust 2015-12-02 19:41:28 -08:00
parent 012b8b4a9a
commit b1f578b661

View file

@ -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;