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
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:
parent
dfbfdaf8d9
commit
d0296c7570
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue