mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-29 12:10:31 +00:00
theme: remove --MAIN-ANCHOR-color from stylesheet #256
This commit is contained in:
parent
d3fd28a609
commit
6bddf821db
9 changed files with 8 additions and 24 deletions
static/js
|
@ -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', },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue