mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-21 14:35:38 +00:00
Apply link styles to .feature-card
This commit is contained in:
parent
2579aa1d52
commit
a45e579e93
|
@ -153,7 +153,7 @@ p {
|
|||
}
|
||||
|
||||
/* Link Styles */
|
||||
.jumbotron p a, footer a, a.btn, .feature-card a {
|
||||
.jumbotron a, footer a, a.btn, .feature-card a, .feature-card a {
|
||||
color: var(--rd-purple);
|
||||
background: var(--rd-black);
|
||||
text-decoration: none;
|
||||
|
@ -163,7 +163,7 @@ p {
|
|||
font-family: var(--pixel-font);
|
||||
}
|
||||
|
||||
.jumbotron p a:hover, footer a:hover, a.btn:hover {
|
||||
.jumbotron a:hover, footer a:hover, a.btn:hover, .feature-card a:hover {
|
||||
color: white;
|
||||
background: var(--rd-purple);
|
||||
border-color: var(--rd-black);
|
||||
|
|
Loading…
Reference in a new issue