15 lines
172 B
CSS
15 lines
172 B
CSS
|
|
||
|
body {
|
||
|
color: #ddd;
|
||
|
background: #151515;
|
||
|
}
|
||
|
|
||
|
#big_title {
|
||
|
text-align: center;
|
||
|
margin-bottom: 0.3em;
|
||
|
}
|
||
|
#title_separator {
|
||
|
height: 2px;
|
||
|
background-color: #ddd;
|
||
|
}
|