11-29-2017, 12:10 AM
Petie/Dazz, Please change all instances of #0072BC to #0092DC in the Dark Resource theme.
The default link color is too dark for a dark theme (I understand that it was changed to make it stick out from text and it's probably just using the regular vgr color) but it's kind of hard to look at on my screen because the contrast between the text and the background is too low.
The new hex lightens the color value by 20, making it easier to see.
In addition, the current change highlights visited links (they're still gray) and it looks bad so .navigation will need to be changed to the same color as well.
The default link color is too dark for a dark theme (I understand that it was changed to make it stick out from text and it's probably just using the regular vgr color) but it's kind of hard to look at on my screen because the contrast between the text and the background is too low.
The new hex lightens the color value by 20, making it easier to see.
In addition, the current change highlights visited links (they're still gray) and it looks bad so .navigation will need to be changed to the same color as well.
Code:
.navigation a:link, a:visited, a:hover, a:active {
color: #0092DC;
}