mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added link styling for callout card with brand color as background
Refs https://github.com/TryGhost/Team/issues/1206
This commit is contained in:
parent
a07580b890
commit
c0d5711d6d
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.kg-callout-card-accent a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.kg-callout-emoji {
|
||||
padding-right: .8em;
|
||||
line-height: 1.3em;
|
||||
|
|
Loading…
Reference in a new issue