Alternative style sheets are now fetched and are applied to the document if they are explicitly enabled by removing the disabled attribute.
6 lines
83 B
HTML
6 lines
83 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
html {
|
|
background-color: green;
|
|
}
|
|
</style>
|