Chore: Sync sass with theme (#88340)

chore(sass): run theme:generate to sync sass with theme
This commit is contained in:
Jack Westbrook 2024-05-28 11:49:02 +02:00 committed by GitHub
parent 4817156ba3
commit cd3c10d905
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ $text-color: rgba(36, 41, 46, 1);
$text-color-strong: #000000; $text-color-strong: #000000;
$text-color-semi-weak: rgba(36, 41, 46, 0.75); $text-color-semi-weak: rgba(36, 41, 46, 0.75);
$text-color-weak: rgba(36, 41, 46, 0.75); $text-color-weak: rgba(36, 41, 46, 0.75);
$text-color-faint: rgba(36, 41, 46, 0.50); $text-color-faint: rgba(36, 41, 46, 0.64);
$text-color-emphasis: #000000; $text-color-emphasis: #000000;
$text-blue: #1F62E0; $text-blue: #1F62E0;
@ -114,7 +114,7 @@ $brand-gradient-vertical: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.0
// Links // Links
// ------------------------- // -------------------------
$link-color: rgba(36, 41, 46, 1); $link-color: rgba(36, 41, 46, 1);
$link-color-disabled: rgba(36, 41, 46, 0.50); $link-color-disabled: rgba(36, 41, 46, 0.64);
$link-hover-color: #000000; $link-hover-color: #000000;
$external-link-color: #1F62E0; $external-link-color: #1F62E0;
@ -215,7 +215,7 @@ $input-border-color: rgba(36, 41, 46, 0.30);
$input-box-shadow: none; $input-box-shadow: none;
$input-border-focus: #5794f2; $input-border-focus: #5794f2;
$input-box-shadow-focus: #5794f2; $input-box-shadow-focus: #5794f2;
$input-color-placeholder: rgba(36, 41, 46, 0.50); $input-color-placeholder: rgba(36, 41, 46, 0.64);
$input-label-bg: #F4F5F5; $input-label-bg: #F4F5F5;
$input-color-select-arrow: #7b8087; $input-color-select-arrow: #7b8087;