mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-14 15:17:27 -07:00
15 lines
187 B
CSS
15 lines
187 B
CSS
|
body {
|
||
|
background-color: #191b22;
|
||
|
color: #d9e1e8;
|
||
|
font-size: 20px;
|
||
|
line-height: 200%;
|
||
|
padding-left: 10%;
|
||
|
padding-right: 10%;
|
||
|
padding-top: 75px;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
|
||
|
}
|
||
|
|