mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-18 07:18:34 +02:00
Add proxy example (#225)
* Add proxy example * Updated after review comments
This commit is contained in:
14
proxy-blocker/options/options.css
Normal file
14
proxy-blocker/options/options.css
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user