mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
6 lines
274 B
CSS
6 lines
274 B
CSS
|
|
generic { background: green; border: lime 1em solid; margin: 1em; padding: 1em; color: yellow; }
|
|
generic, p { display: block; }
|
|
a[*|href] { color: inherit; background: transparent; text-decoration: underline; cursor: pointer; }
|
|
* { margin: 1em; padding: 1em; }
|