mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +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 {
|
pre.fragment {
|
||||||
border: 1px solid #737b9c;
|
border: 1px solid #737b9c;
|
||||||
background-color: #dedfe5;
|
color: #dedfe5;
|
||||||
color: #4b5166;
|
background-color: #4b5166;
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
margin: 4px 8px 4px 2px;
|
margin: 4px 8px 4px 2px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in a new issue