Lists: list & add

This commit is contained in:
William Bouzourène 2024-12-30 16:18:40 +01:00
parent fe71c07e17
commit c54cad7738
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
6 changed files with 173 additions and 3 deletions

View file

@ -33,4 +33,12 @@ img#header-logo {
text-align: center;
font-size: 12px;
padding-top: 4px;
}
a {
text-decoration: none;
}
.item-click {
cursor: pointer;
}