Fix status embed card links color

lolsob-rspec
Thibaut Girka 2018-09-10 18:07:27 +02:00 committed by ThibG
parent e6aa730195
commit 7dd2c28836
1 changed files with 4 additions and 0 deletions

View File

@ -675,6 +675,10 @@
position: relative;
bottom: -1px;
}
a .fa, a:hover .fa {
color: inherit;
}
}
}