mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
code comments brighter, code blocks now have padding for readability.
This commit is contained in:
parent
4f56a847d7
commit
6ec6b39530
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,7 @@ section {
|
|||
|
||||
code {
|
||||
background-color: #0a121b !important;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
/* Prettify */
|
||||
|
@ -40,6 +41,10 @@ code {
|
|||
color: #f08d49 !important;
|
||||
}
|
||||
|
||||
.com {
|
||||
color: #9d9d9d !important;
|
||||
}
|
||||
|
||||
/* JSDoc */
|
||||
|
||||
thead {
|
||||
|
|
Loading…
Reference in a new issue