This commit is contained in:
gws 2024-11-10 16:28:24 +01:00
parent 490a979837
commit e233e8c141
2 changed files with 12 additions and 7 deletions

View file

@ -55,4 +55,10 @@ ul {
.service {
background: green;
width: 40%;
}
a.more {
color: var(--secondary-text-color);
background: var(--primary-color);
padding: 0 1em;
}