UpFast/static/css/style.css

31 lines
387 B
CSS
Raw Normal View History

2023-03-23 21:00:39 +01:00
body {
max-width: 900px;
margin: auto;
background: #303446;
color: #c6d0f5;
}
h1 {
font-size: 250%;
text-align: center;
}
a {
color: #f2d5cf;
text-decoration: none;
2023-04-04 16:24:53 +02:00
font-weight: bold;
2023-03-23 21:00:39 +01:00
padding: 5px;
}
a:hover {
text-decoration: underline;
}
code {
background: #414559;
border-radius: 10px;
font-size: 105%;
padding: 2px;
}