mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 23:11:29 -04:00
Start on popup
This commit is contained in:
parent
11efa42e4c
commit
91255463c6
6 changed files with 87 additions and 16 deletions
19
proxy/webext/popup.css
Normal file
19
proxy/webext/popup.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue