better api for items

This commit is contained in:
biglyderv 2025-03-06 17:14:22 -05:00
parent 999040dc24
commit a95e485cb7
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 50 additions and 22 deletions

View file

@ -42,4 +42,14 @@ html {
width: 300px;
font-weight: bold;
margin-top: 5px;
}
.desc {
white-space: pre-wrap;
font-size: 0.5em;
background: rgb(204, 191, 209);
padding: 5px;
width: 300px;
font-style: italic;
}