diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 2fa60be9..106827d0 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -64,6 +64,13 @@ body { } } } +.page-link.donate { + font-weight: $bold-font-weight; + &::before { + content: "\2665\a0"; // heart + color: #fb4563; + } +} .material-button { display: inline-block; -- GitLab