UX: Update selected colour var (#25500)

This commit is contained in:
chapoi 2024-01-31 10:32:38 +02:00 committed by GitHub
parent 0bd3e03144
commit a695d85cbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ $quaternary: #e45735 !default;
$header_background: #ffffff !default;
$header_primary: #333333 !default;
$highlight: #ffff4d !default;
$selected: #e9e9e9 !default;
$selected: #d1f0ff !default;
$hover: #f2f2f2 !default;
$danger: #c80001 !default;
$success: #009900 !default;

View File

@ -10,7 +10,7 @@ class ColorScheme < ActiveRecord::Base
"header_background" => "111111",
"header_primary" => "dddddd",
"highlight" => "a87137",
"selected" => "2c2c2c",
"selected" => "052e3d",
"hover" => "313131",
"danger" => "e45735",
"success" => "1ca551",