mackenly / quickbiolinks

QuickBioLinks Is A Template For Creating Your Own Instagram Bio Link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-cloudflare-dynamic Unused CSS

mackenly opened this issue · comments

Describe the bug
This template has some left over unused CSS.

In file worker.js
Line 123-126 can be cut out.

Line 137 should be more specific so that hyperlinks added by the user don't have declaration removed. Example fix is:

#credit a, li a {
    text-decoration: none;
    color: inherit;
}