mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-12-13 18:06:29 -07:00
14 lines
210 B
CSS
14 lines
210 B
CSS
body {
|
|
background: red;
|
|
background: #171b26 !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
footer {
|
|
background: rgba(28, 45, 58.5);
|
|
border-top: 1px solid #545050;
|
|
color: #ccc;
|
|
}
|