File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1415,7 +1415,7 @@ HTML_COLORSTYLE = LIGHT
1415
1415
# Minimum value: 0, maximum value: 359, default value: 220.
1416
1416
# This tag requires that the tag GENERATE_HTML is set to YES.
1417
1417
1418
- HTML_COLORSTYLE_HUE = 220
1418
+ HTML_COLORSTYLE_HUE = 85
1419
1419
1420
1420
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
1421
1421
# in the HTML output. For a value of 0 the output will use gray-scales only. A
Original file line number Diff line number Diff line change @@ -1295,7 +1295,7 @@ div.contents ul li {
1295
1295
width : 24px ;
1296
1296
height : 18px ;
1297
1297
margin-bottom : 4px ;
1298
- background-image : url ('folderopen.png ' );
1298
+ background-image : url ('folderopen.svg ' );
1299
1299
background-position : 0px -4px ;
1300
1300
background-repeat : repeat-y;
1301
1301
vertical-align : top;
@@ -1306,7 +1306,7 @@ div.contents ul li {
1306
1306
width : 24px ;
1307
1307
height : 18px ;
1308
1308
margin-bottom : 4px ;
1309
- background-image : url ('folderclosed.png ' );
1309
+ background-image : url ('folderclosed.svg ' );
1310
1310
background-position : 0px -4px ;
1311
1311
background-repeat : repeat-y;
1312
1312
vertical-align : top;
@@ -1317,7 +1317,7 @@ div.contents ul li {
1317
1317
width : 24px ;
1318
1318
height : 18px ;
1319
1319
margin-bottom : 4px ;
1320
- background-image : url ('doc.png ' );
1320
+ background-image : url ('doc.svg ' );
1321
1321
background-position : 0px -4px ;
1322
1322
background-repeat : repeat-y;
1323
1323
vertical-align : top;
You can’t perform that action at this time.
0 commit comments