mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
20 lines
220 B
CSS
20 lines
220 B
CSS
body {
|
|
margin: 1em;
|
|
}
|
|
|
|
#active {
|
|
padding: 2em;
|
|
text-align: center;
|
|
min-width: 128px;
|
|
}
|
|
|
|
.learn {
|
|
padding-top: 1em;
|
|
border-top: 1px solid grey;
|
|
}
|
|
|
|
.learn a {
|
|
display: block;
|
|
color: grey;
|
|
text-decoration: none;
|
|
}
|