Images 💾

Last commit ⭐

commit 918a3082d6dc6c8769a67ae2fd76bed839d400cb
Author:     MacDue <macdue@dueutil.tech>
AuthorDate: Sun Mar 5 22:31:44 2023 +0000
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Mon Mar 6 00:09:13 2023 +0000

    LibWeb: Fix currentColor as a background-color (and maybe other places)
    
    This moves color to be the first value resolved, this ensures that
    calls to .to_color() on style values for other properties will always
    be able to resolve the current color.
    
    This change fixes the `background-color: currentColor` example in
    colors.html.