mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09: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)
|