variant: give accent color more contrast

otherwise it is pretty useless for authors
This commit is contained in:
Sören Weber 2025-03-24 16:06:35 +01:00
parent 42ccc9d636
commit d93aad133c
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
5 changed files with 5 additions and 5 deletions
docs/assets/js

View file

@ -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' },