Removing black-on-white theming to allow system colors in Qt help

This commit is contained in:
Yorik van Havre
2017-11-28 12:45:29 -02:00
parent 0cca82b530
commit fa9278da75

View File

@@ -55,8 +55,8 @@ body {
font-family: Fira Sans,Arial,Helvetica,sans-serif;
font-size: 14px;
text-align: justify;
background: #fff;
color: #000;
/*background: #fff;
color: #000;*/
max-width: 800px;
}
@@ -87,7 +87,7 @@ li {
pre, .mw-code {
text-align: left;
background: #eee;
/*background: #eee;*/
padding: 5px 5px 5px 20px;
font-family: mono;
border-radius: 2px;
@@ -119,7 +119,7 @@ a:hover {
text-align: left;
width: 190px;
float: right;
background: #eee;
/*background: #eee;*/
margin-top: 10px;
border-radius: 2px;
}