diff options
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r-- | src/htmlgen.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp index 1471638..7e79ca8 100644 --- a/src/htmlgen.cpp +++ b/src/htmlgen.cpp @@ -48,20 +48,20 @@ static const char *defaultStyleSheet = "}\n" "CAPTION { font-weight: bold }\n" "DIV.qindex { width: 100%;\n" -" background-color: #ddddee;\n" -" border: 4px solid #ddddee;\n" +" background-color: #eeeeff;\n" +" border: 4px solid #eeeeff;\n" " text-align: center;\n" " margin-bottom: 2px\n" "}\n" "A.qindex { text-decoration: none; font-weight: bold; }\n" -"A.qindex:hover { text-decoration: none; background-color: #ccccee }\n" +"A.qindex:hover { text-decoration: none; background-color: #ddddff }\n" "A.qindexHL { text-decoration: none; font-weight: bold;\n" " background-color: #6666cc;\n" " color: #ffffff\n" " }\n" "A.qindexHL:hover { text-decoration: none; background-color: #6666cc }\n" "A.qindexRef { text-decoration: none; font-weight: bold; }\n" -"A.qindexRef:hover { text-decoration: none; background-color: #ccccee }\n" +"A.qindexRef:hover { text-decoration: none; background-color: #ddddff }\n" "A.qindexRefHL { text-decoration: none; font-weight: bold;\n" " background-color: #6666cc;\n" " color: #ffffff\n" |