Make the "Copy" button more usable for mobile devices on light mode
This commit is contained in:
parent
d809220f10
commit
6da5db7a37
1 changed files with 4 additions and 2 deletions
|
@ -552,11 +552,13 @@ tr.comparison-table-mobile-feature td {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
.hero a {
|
||||
.hero .otherdls a,
|
||||
.hero .hero-description a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.hero a:hover {
|
||||
.hero .otherdls a:hover,
|
||||
.hero .hero-description a {
|
||||
color: #00ff00;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue