UX: change highlight colour (#19451)

This commit is contained in:
chapoi 2022-12-14 00:14:28 +01:00 committed by GitHub
parent 5d2e2677c0
commit 211700bc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ $tertiary: #0088cc !default;
$quaternary: #e45735 !default;
$header_background: #ffffff !default;
$header_primary: #333333 !default;
$highlight: #ffff4d !default;
$highlight: #ffdd4a !default;
$danger: #c80001 !default;
$success: #009900 !default;
$love: #fa6c8d !default;