Files
webextensions-examples/root-cert-stats/popup.css
2018-07-10 17:27:38 -07:00

14 lines
125 B
CSS

body {
font: 1rem/2 sans-serif;
}
table,
td {
border: 1px solid #333;
padding: .3rem;
}
.hidden {
display: none;
}