static/global.css (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
body {
font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
line-height: 1.6;
background-color: #1e2021;
color: #c8c3bc;
justify-content: center;
align-items: flex-start;
min-height: 100vh;
padding: 2em;
}
a {
color: #ffcc00;
text-decoration: none;
}
|