webextensions/src/styles/contentstyle.css

10 lines
91 B
CSS

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