mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added underline to accented callout card links
This commit is contained in:
parent
f882ebc58e
commit
9a8461e06b
1 changed files with 2 additions and 1 deletions
|
@ -42,8 +42,9 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.kg-callout-card-accent a {
|
||||
.kg-callout-card.kg-callout-card-accent a {
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.kg-callout-card div.kg-callout-emoji {
|
||||
|
|
Loading…
Add table
Reference in a new issue