mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
Colors.
This commit is contained in:
parent
c37cf30c48
commit
37c591f7f0
1 changed files with 3 additions and 5 deletions
|
@ -32,11 +32,9 @@ table {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc-item-1 {
|
.toc-item-1 {
|
||||||
padding: 2px;
|
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,9 +48,9 @@ table {
|
||||||
-moz-border-radius-bottomright: 5px;
|
-moz-border-radius-bottomright: 5px;
|
||||||
-moz-border-radius-bottomleft: 5px;
|
-moz-border-radius-bottomleft: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 8px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: #48D1CC;
|
background: #dffbf8;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -130,7 +128,7 @@ table {
|
||||||
* Dual licensed under the MIT and GPL licenses.
|
* Dual licensed under the MIT and GPL licenses.
|
||||||
*/
|
*/
|
||||||
.syntaxhighlighter {
|
.syntaxhighlighter {
|
||||||
background-color: #FFFABF !important;
|
background-color: #edfaff !important;
|
||||||
}
|
}
|
||||||
/*.syntaxhighlighter .line.alt1 {*/
|
/*.syntaxhighlighter .line.alt1 {*/
|
||||||
/*background-color: white !important;*/
|
/*background-color: white !important;*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue