Files
webextensions-examples/proxy-blocker/options/options.css
wbamberg 4126904ecb Add proxy example (#225)
* Add proxy example

* Updated after review comments
2017-05-29 14:54:46 -07:00

15 lines
185 B
CSS

body {
width: 25em;
font-family: "Open Sans Light", sans-serif;
font-size: 0.9em;
font-weight: 300;
}
.title, #blocked-hosts {
margin: 1em;
}
.title {
font-size: 1.2em;
}