Make the "Copy" button more usable for mobile devices on light mode

This commit is contained in:
Dorian Niemiec 2024-05-01 10:41:49 +02:00
parent d809220f10
commit 6da5db7a37

View file

@ -552,11 +552,13 @@ tr.comparison-table-mobile-feature td {
font-size: 1em; font-size: 1em;
} }
.hero a { .hero .otherdls a,
.hero .hero-description a {
color: #ffffff; color: #ffffff;
} }
.hero a:hover { .hero .otherdls a:hover,
.hero .hero-description a {
color: #00ff00; color: #00ff00;
} }