mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-10 00:05:13 -05:00
7 lines
105 B
CSS
7 lines
105 B
CSS
|
body {
|
||
|
background-color: #FFC4D5;
|
||
|
color: #FF0048;
|
||
|
text-align: center;
|
||
|
font-size: 20em;
|
||
|
}
|