dragon_fire/src/dergstyle.css

15 lines
172 B
CSS
Raw Normal View History

body {
color: #ddd;
background: #151515;
}
#big_title {
text-align: center;
margin-bottom: 0.3em;
}
#title_separator {
height: 2px;
background-color: #ddd;
}