mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Alternative style sheets are now fetched and are applied to the document if they are explicitly enabled by removing the disabled attribute.
3 lines
187 B
Text
3 lines
187 B
Text
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)
|