mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-24 10:44:12 +00:00
variant: give accent color more contrast #1067
otherwise it is pretty useless for authors
This commit is contained in:
parent
42ccc9d636
commit
d93aad133c
5 changed files with 5 additions and 5 deletions
docs/assets/js
|
@ -518,7 +518,7 @@ var variants = {
|
|||
variantvariables: [
|
||||
{ name: 'PRIMARY-color', group: 'content', fallback: 'MENU-HEADER-BG-color', tooltip: 'brand primary color' },
|
||||
{ name: 'SECONDARY-color', group: 'content', fallback: 'MAIN-LINK-color', tooltip: 'brand secondary color' },
|
||||
{ name: 'ACCENT-color', group: 'content', default: '#ffff00', tooltip: 'brand accent color, used for search highlights' },
|
||||
{ name: 'ACCENT-color', group: 'content', default: '#ffd700', tooltip: 'brand accent color, used for search highlights' },
|
||||
|
||||
{ name: 'MAIN-TOPBAR-BORDER-color', group: 'content', default: 'transparent', tooltip: 'border color between topbar and content' },
|
||||
{ name: 'MAIN-LINK-color', group: 'content', fallback: 'SECONDARY-color', tooltip: 'link color of content' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue