update offer summary desc and SW desc

This commit is contained in:
gws 2024-11-11 09:58:02 +01:00
parent e233e8c141
commit 5cd03a79f2
5 changed files with 21 additions and 5 deletions

View file

@ -61,4 +61,11 @@ a.more {
color: var(--secondary-text-color);
background: var(--primary-color);
padding: 0 1em;
}
a.more:hover {
background: var(--primary-link-color);
/* background: red; */
text-decoration: none;
}