lanScan/style.css
2025-02-03 10:20:20 +01:00

18 lines
265 B
CSS

body {
background-color: #1b1c1d;
}
.logo {
display: flex !important;
justify-content: center;
align-items: center;
width: fit-content;
}
.logo svg {
width: 2.5em;
height: 2.5em;
fill: currentColor;
margin: -0.4em !important;
}