mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Reverse the colors for pre.fragment
This makes verbatime blocks easier on my eyes.
This commit is contained in:
parent
6c631c6d5d
commit
d272775613
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ dl.el {
|
|||
|
||||
pre.fragment {
|
||||
border: 1px solid #737b9c;
|
||||
background-color: #dedfe5;
|
||||
color: #4b5166;
|
||||
color: #dedfe5;
|
||||
background-color: #4b5166;
|
||||
padding: 4px 6px;
|
||||
margin: 4px 8px 4px 2px;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in a new issue