lanScan/style.css
2025-01-31 17:57:55 +01:00

18 lines
254 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;
}