11 lines
123 B
CSS
11 lines
123 B
CSS
body {
|
|
background:#313131;
|
|
color: #f1f1f1;
|
|
}
|
|
footer#footer {
|
|
text-align: center;
|
|
}
|
|
footer#footer a {
|
|
color: #f1f1f1;
|
|
}
|