1
0
forked from crony/UpFast
UpFast/static/css/style.css
2023-04-04 18:01:56 +02:00

31 lines
385 B
CSS

body {
max-width: 900px;
margin: auto;
background: #81a1c1;
}
h1 {
font-size: 250%;
text-align: center;
}
a {
color: #ebcb8b;
text-decoration: none;
font-weight: bold;
padding: 5px;
}
a:hover {
text-decoration: underline;
}
code {
background: #88c0d0;
border-radius: 10px;
font-size: 105%;
font-style: italic;
padding: 2px;
}