mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
remove non codeblock bg for code, add weight to all for visibility.
This commit is contained in:
parent
6ec6b39530
commit
b10ffc667f
1 changed files with 13 additions and 5 deletions
|
@ -14,11 +14,6 @@ section {
|
|||
background-color: #061F2F;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #0a121b !important;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
/* Prettify */
|
||||
|
||||
.typ {
|
||||
|
@ -45,6 +40,14 @@ code {
|
|||
color: #9d9d9d !important;
|
||||
}
|
||||
|
||||
.prettyprint code {
|
||||
background-color: #0a121b;
|
||||
}
|
||||
|
||||
tr td a code {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* JSDoc */
|
||||
|
||||
thead {
|
||||
|
@ -61,6 +64,11 @@ table tr:nth-child(2n) {
|
|||
|
||||
.name code {
|
||||
color: #e8a0e8 !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.signature {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#main a, #main a:visited, #main a:active, #main a:hover {
|
||||
|
|
Loading…
Reference in a new issue