diff --git a/docs/.vuepress/public/img/kofi.png b/docs/.vuepress/public/img/kofi.png new file mode 100644 index 0000000..200fed8 Binary files /dev/null and b/docs/.vuepress/public/img/kofi.png differ diff --git a/docs/.vuepress/theme/components/Home.vue b/docs/.vuepress/theme/components/Home.vue index 62ee318..d8ef2a3 100644 --- a/docs/.vuepress/theme/components/Home.vue +++ b/docs/.vuepress/theme/components/Home.vue @@ -21,6 +21,10 @@ {{ abtn.text }}

+ + Ko-Fi Donations + Support us on Ko-Fi + @@ -125,6 +129,25 @@ export default { margin-bottom 0 hr margin 0 + .ko-fi + color var(--counterAccent) + display inline-flex + width fit-content + margin 0px auto 0 auto + padding 15px 20px + align-items center + font-size 20px + font-weight 500 + background-color var(--tertiaryBG) + border-radius 8px + gap 10px + line-height 1 + img + height 20px + span + margin 0 + .ko-fi:hover + background-color var(--secondaryBG) // @media (max-width: $MQNarrow) @media (max-width: $MQMobile) .home @@ -150,4 +173,9 @@ export default { width calc(100% - 40px) & + .footer margin-top 0 - \ No newline at end of file + .ko-fi + padding 10px 15px + font-size 18px + img + height 18px +