1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

[libcss] Do not set black as default color

This commit is contained in:
Witold Filipczyk 2023-08-26 09:04:44 +02:00
parent 80a33fd3ea
commit abf035f21f

View File

@ -1800,8 +1800,8 @@ 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->status = CSS_COLOR_COLOR;
// hint->data.color = 0x00000000;
// hint->status = CSS_COLOR_COLOR;
} else if (property == CSS_PROP_FONT_FAMILY) {
hint->data.strings = NULL;
hint->status = CSS_FONT_FAMILY_SANS_SERIF;