mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
Alternative style sheets are now fetched and are applied to the document if they are explicitly enabled by removing the disabled attribute.
7 lines
83 B
HTML
7 lines
83 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
html {
|
|
background-color: green;
|
|
}
|
|
</style>
|