update style 2
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s

This commit is contained in:
2024-08-11 23:40:22 +02:00
parent 0d1a0a5fdf
commit 913edd61e8
6 changed files with 15 additions and 7 deletions

View File

@@ -7,8 +7,13 @@ body {
color: #00ad8e;
}
a {
.a-green a:hover {
color: #0c8771;
}
.a-green a {
color: #00ad8e;
transition: 400ms;
}
.features-box {