Start on popup

This commit is contained in:
Arlo Breault 2019-05-29 21:27:05 -04:00
parent 11efa42e4c
commit 91255463c6
6 changed files with 87 additions and 16 deletions

19
proxy/webext/popup.css Normal file
View file

@ -0,0 +1,19 @@
body {
margin: 1em;
}
#active {
padding: 2em;
text-align: center;
}
.learn {
padding-top: 1em;
border-top: 1px solid grey;
}
.learn a {
display: block;
color: grey;
text-decoration: none;
}