snowflake/proxy/webext/popup.css
2019-06-06 12:17:11 -04:00

19 lines
201 B
CSS

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;
}