first guide content

This commit is contained in:
Luca 2024-11-20 14:45:12 +01:00
parent 88ded772fd
commit 2e5c2b9f61
5 changed files with 80 additions and 2 deletions

View file

@ -162,3 +162,9 @@ h6 {
.home main * {
max-width: 786px;
}
.attention-box {
border: 4px solid var(--accent-color);
border-radius: 6px;
background-color: rgb(from var(--accent-color) r g b / 0.1);
}