mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02: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)
|