Add: better list item heligting
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m39s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 49s

This commit is contained in:
Aroy-Art 2024-03-30 21:38:55 +01:00
parent dfbfdaf8d9
commit d0296c7570
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -28,6 +28,11 @@ a {
.file-list li { .file-list li {
margin: 1rem 0; margin: 1rem 0;
margin-bottom: 1rem;
border-color: aqua;
border-style: dashed;
background-color: #e1e1e1;
padding: 0px 8px;
} }
.file-list .file-name { .file-list .file-name {