mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-18 22:08:47 +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;
|
background-color: #061F2F;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
|
||||||
background-color: #0a121b !important;
|
|
||||||
padding: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Prettify */
|
/* Prettify */
|
||||||
|
|
||||||
.typ {
|
.typ {
|
||||||
|
@ -45,6 +40,14 @@ code {
|
||||||
color: #9d9d9d !important;
|
color: #9d9d9d !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prettyprint code {
|
||||||
|
background-color: #0a121b;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr td a code {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
/* JSDoc */
|
/* JSDoc */
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
@ -61,6 +64,11 @@ table tr:nth-child(2n) {
|
||||||
|
|
||||||
.name code {
|
.name code {
|
||||||
color: #e8a0e8 !important;
|
color: #e8a0e8 !important;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.signature {
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main a, #main a:visited, #main a:active, #main a:hover {
|
#main a, #main a:visited, #main a:active, #main a:hover {
|
||||||
|
|
Loading…
Reference in a new issue