Automatic commit

This commit is contained in:
CoastalCommits 2023-08-28 21:51:24 -04:00
parent d1c5897216
commit efd0ac0617

View file

@ -181,9 +181,9 @@
--color-orange-badge-hover-bg: #f2711c4d;
--color-git: #f05133;
/* target-based colors */
--color-body: #2e323e;
--color-box-header: #303340;
--color-box-body: #222733;
--color-body: #1d1f23;
--color-box-header: #24262b;
--color-box-body: #24262b;
--color-box-body-highlight: #262b36;
--color-text-dark: #dbe0ea;
--color-text: #cbd0da;
@ -191,25 +191,25 @@
--color-text-light-1: #aaafb9;
--color-text-light-2: #9a9ea9;
--color-text-light-3: #8a8e99;
--color-footer: #232834;
--color-footer: #24262b;
--color-timeline: #4c525e;
--color-input-text: #dfe3ec;
--color-input-background: #1e252e;
--color-input-background: #1d1f23;
--color-input-toggle-background: #454a57;
--color-input-border: var(--color-secondary);
--color-input-border-hover: var(--color-secondary-dark-1);
--color-header-wrapper: #202430;
--color-header-wrapper: #1d1f23;
--color-header-wrapper-transparent: #20243000;
--color-light: #00000028;
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
--color-light-border: #ffffff28;
--color-hover: #ffffff19;
--color-active: #ffffff24;
--color-menu: #1e252e;
--color-card: #1e252e;
--color-menu: #1d1f23;
--color-card: #1d1f23;
--color-markup-table-row: #ffffff06;
--color-markup-code-block: #ffffff16;
--color-button: #1e252e;
--color-button: #1d1f23;
--color-code-bg: #222733;
--color-code-sidebar-bg: #232834;
--color-shadow: #00000060;
@ -225,7 +225,7 @@
--color-reaction-active-bg: var(--color-primary-light-5);
--color-tooltip-text: #ffffff;
--color-tooltip-bg: #000000f0;
--color-nav-bg: #232834;
--color-nav-bg: #24262b;
--color-nav-hover-bg: #383c47;
--color-label-text: #dfe3ec;
--color-label-bg: #7c84974b;