mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
LibHTML: Render list markers in the same color as text
This commit is contained in:
parent
0a38e0028f
commit
319f0d2d18
1 changed files with 2 additions and 1 deletions
|
@ -200,7 +200,8 @@ void LayoutBlock::render(RenderingContext& context)
|
|||
3,
|
||||
3
|
||||
};
|
||||
context.painter().fill_rect(bullet_rect, Color::Black);
|
||||
|
||||
context.painter().fill_rect(bullet_rect, style().color_or_fallback("color", Color::Black));
|
||||
}
|
||||
|
||||
if (children_are_inline()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue