mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04: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;
|
|
}
|