Theme code elements in dark theme
This commit is contained in:
parent
49fac6440d
commit
ac6dca959d
|
@ -2114,6 +2114,11 @@ button.close:hover {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #444;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* */
|
||||
/* Mobile layout */
|
||||
/* */
|
||||
|
|
Loading…
Reference in New Issue