This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/css/main.css
2022-11-23 10:58:43 +01:00

21 lines
280 B
CSS

body {
margin: 0;
padding: 0;
font-family: Monospace;
background-color: #0c0c11;
color: #f0eee4;
}
pre {
background-color: #222222;
width: fit-content;
padding: 5px;
border-left: 2px solid #cccccc;
}
a {
color: #6666ff;
transition: 0.1s;
}
a:hover {
color: #ccccff;
}