6 lines
83 B
HTML
6 lines
83 B
HTML
<style>
|
|
:root {
|
|
print-color-adjust: exact;
|
|
background-color: green;
|
|
}
|
|
</style>
|