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:
parent
a645856fac
commit
5175ecd2b7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user