web/style.css
2025-01-24 20:34:00 +02:00

18 lines
226 B
CSS

body {
color: #ffffff;
background-color: #000000;
}
h1 > img {
height: 1.25em;
vertical-align: sub;
}
a, a:active, a:visited {
color: #00ffff;
}
#sisus {
display: grid;
place-content: center;
}