web/style.css

19 lines
226 B
CSS
Raw Normal View History

2025-01-24 20:34:00 +02:00
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;
}