mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 09:57:31 +00:00
23 lines
285 B
Plaintext
23 lines
285 B
Plaintext
|
body {
|
||
|
background: #222;
|
||
|
color: #fff;
|
||
|
font-family: tahoma, sans-serif;
|
||
|
text-align: center;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #ee8887;
|
||
|
text-decoration: none;
|
||
|
|
||
|
&:hover { color: #ffaaae; }
|
||
|
}
|
||
|
|
||
|
h1 { font-size: 2em; }
|
||
|
|
||
|
p {
|
||
|
width: 30em;
|
||
|
margin: auto;
|
||
|
margin-bottom: 1em;
|
||
|
}
|