ADD: Customers

This commit is contained in:
webfussel 2024-05-21 09:00:20 +02:00
parent 8d282499bd
commit 1137cec1c1
10 changed files with 58 additions and 9 deletions

View file

@ -121,6 +121,10 @@ a {
transition: var(--transition-time);
}
span.highlight {
color: var(--color-orange);
}
.content {
position: relative;
z-index: 100;