mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-10 00:05:13 -05:00
8 lines
125 B
CSS
8 lines
125 B
CSS
|
body {
|
||
|
background-color: #222222;
|
||
|
color: #ffffff;
|
||
|
text-align: center;
|
||
|
font-family: sans-serif;
|
||
|
padding: 5em 1em;
|
||
|
}
|