mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 02:06:25 +00:00
9 lines
350 B
HTML
9 lines
350 B
HTML
<!DOCTYPE html>
|
|
<style>p { color: black; }</style>
|
|
<style> #a { color: fuchsia { ; color: red } </style>
|
|
<style> #b { color: fuchsia ! { ; color: red } </style>
|
|
<style> #c { color: fuchsia ! important { ; color: red } </style>
|
|
<p id="a">This text should be black.</p>
|
|
<p id="b">This text should be black.</p>
|
|
<p id="c">This text should be black.</p>
|