1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[libcss] gray75 as default color for text

This commit is contained in:
Witold Filipczyk 2023-09-27 10:47:04 +02:00
parent a645856fac
commit 5175ecd2b7

View File

@ -1800,7 +1800,7 @@ css_error ua_default_for_property(void *pw, uint32_t property, css_hint *hint)
UNUSED(pw);
if (property == CSS_PROP_COLOR) {
hint->data.color = 0x00000000;
hint->data.color = 0x00bfbfbf;
hint->status = CSS_COLOR_COLOR;
} else if (property == CSS_PROP_FONT_FAMILY) {
hint->data.strings = NULL;