CopyURLExtension/style.css
2025-03-05 14:08:54 -05:00

11 lines
84 B
CSS

* {
background-color: gray;
width: 200px;
}
h3,
p,
a {
color: white;
}