code comments brighter, code blocks now have padding for readability.

This commit is contained in:
Kasen IO 2020-01-24 10:14:55 -05:00
parent 4f56a847d7
commit 6ec6b39530

View file

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