changed text

This commit is contained in:
2026-05-11 04:19:50 +02:00
parent 7bd32f49ee
commit 19f639d168
5 changed files with 117 additions and 91 deletions
+17
View File
@@ -50,6 +50,23 @@
background: rgb(47, 168, 208);
}
.species-item {
list-style: none;
position: relative;
}
.species-item::before {
content: "";
position: absolute;
left: -16px;
top: 50%;
height: 1.5px;
width: 10px;
background: rgb(255, 255, 255);
border-radius: 8px;
transform: translateY(-50%);
}
.site-box a {
text-decoration: none;
border-bottom: 1px solid rgb(255, 255, 255);