webextensions/src/styles/contentstyle.css
2020-07-07 11:28:51 +02:00

10 lines
91 B
CSS

div:hover,
section:hover {
border: 3px solid yellow;
}
div,
section {
border: none;
}