mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Alternative style sheets are now fetched and are applied to the document if they are explicitly enabled by removing the disabled attribute.
4 lines
187 B
Plaintext
4 lines
187 B
Plaintext
background color initial value: rgba(0, 0, 0, 0)
|
|
background color after preferred style sheet enabled: rgb(255, 0, 0)
|
|
background color after alternate style sheet enabled: rgb(0, 128, 0)
|