forum/assets/styles/app.css
sluppyy e1937c9e82
Some checks are pending
CI / Tests (push) Waiting to run
CI / Docker Lint (push) Waiting to run
init
2025-02-13 13:39:42 +03:00

20 lines
260 B
CSS

:root {
--primary-color: #f6cd26;
}
body {
background-color: black;
color: var(--primary-color);
}
.block {
border: solid var(--primary-color) 2px;
padding: 12px;
}
.list {
display: flex;
flex-direction: column;
gap: 12px;
}