0
Fork 0
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:
Peter Zimon 2022-12-02 15:46:47 +01:00
parent ea72934c41
commit c7600407bd

View file

@ -13,7 +13,7 @@
border-radius: 3px;
}
.gh-box a {
.gh-box a:not(.gh-btn) {
color: var(--black);
font-weight: 500;
}