CSS formatted
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s
Build Zola Website / build (pull_request) Successful in 23s

This commit is contained in:
2024-10-14 17:15:08 +02:00
parent 7f23f234cd
commit a95f13943f
5 changed files with 26 additions and 33 deletions

View File

@@ -19,24 +19,24 @@
}
}
code {
font-size: 1rem;
code {
font-size: 1rem;
}
ul {
list-style: none;
padding-left: 0;
li {
position: relative;
padding-left: 1rem;
}
ul {
list-style: none;
padding-left: 0;
li {
position: relative;
padding-left: 1rem;
}
li::before {
content: '';
position: absolute;
left: 0;
color:white;
}
li::before {
content: '';
position: absolute;
left: 0;
color:white;
}
}