theme: remove --MAIN-ANCHOR-color from stylesheet

This commit is contained in:
Sören Weber 2022-05-29 00:15:51 +02:00
parent d3fd28a609
commit 6bddf821db
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
9 changed files with 8 additions and 24 deletions
static/js

View file

@ -523,7 +523,6 @@ var variants = {
{ name: 'MAIN-TEXT-color', group: 'content', default: '#101010', tooltip: 'text color of content and h1 titles', },
{ name: 'MAIN-LINK-color', group: 'content', fallback: 'SECONDARY-color', tooltip: 'link color of content', },
{ name: 'MAIN-LINK-HOVER-color', group: 'content', fallback: 'MAIN-LINK-color', tooltip: 'hoverd link color of content', },
{ name: 'MAIN-ANCHOR-color', group: 'content', fallback: 'MAIN-LINK-color', tooltip: 'anchor color of titles', },
{ name: 'MAIN-BG-color', group: 'content', default: '#ffffff', tooltip: 'background color of content', },
{ name: 'TAG-BG-color', group: 'content', fallback: 'PRIMARY-color', tooltip: 'tag color', },