add function to be able to delete names

This commit is contained in:
2025-08-21 12:31:31 +02:00
parent c74500adfd
commit a0eddece86
8 changed files with 305 additions and 40 deletions

View File

@@ -139,21 +139,14 @@ ul.iterated > li {
border-bottom: 2px solid var(--pico-color);
border-radius: 2% 6% 5% 4% / 1% 1% 2% 4%;
position: relative;
&::before {
content: '';
border-bottom: 1px solid var(--pico-color);
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%;
}
}
ul.iterated > li > * {
position: relative;
z-index: 1; /* Bring content forward */
}
ul.iterated > li.no-border {
border-bottom: 0;
}
@@ -230,4 +223,4 @@ article>footer {
/** Funny stuff*/
.easteregg {
color: var(--pico-background-color);
}
}