mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed text color bug in box button links
This commit is contained in:
parent
ea72934c41
commit
c7600407bd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.gh-box a {
|
||||
.gh-box a:not(.gh-btn) {
|
||||
color: var(--black);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue