Private
Public Access
1
0

new: usr: add rules page #4

This commit is contained in:
2026-04-18 11:11:52 +02:00
parent a9ee28b395
commit 0e94367223
9 changed files with 160 additions and 1 deletions

View File

@@ -32,4 +32,12 @@ main div.txt a {
transition: color 180ms;
&:hover { color: #c5e8ff; }
}
}
main div.txt img {
border-radius: 10px;
}
main div.txt .img-container {
text-align: center;
}