Skip to content

Commit

Permalink
more Contrast for Highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi committed Mar 23, 2024
1 parent 3e2bbf0 commit 202b582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


:root {
--focus-color-rgb: 82,168,0;
--focus-color-rgb: 82,196,0;
--background-image: url(CyberSecurity-Box.png);
--background-image: url(CyberSecurity-Box.svg);
--background-head: url(CyberAndi.svg);
Expand Down Expand Up @@ -78,8 +78,8 @@
--text-color-s: 0%;
--text-color-l: 100%;
--border-color-delta-l-sign: 1;
--primary-color-high: #4da100;
--primary-color-medium: #448d00;
--primary-color-high: #4dc100;
--primary-color-medium: #44ad00;
--primary-color-low: #3c7a00;
--error-color-high-rgb: 209,86,83;
--error-color-medium: #bf4e4c;
Expand All @@ -92,7 +92,7 @@
--warn-color-low: #a68732;
--on-warn-color: var(--background-color-high);
--disabled-opacity: .4;
color-scheme: dark
color-scheme: dark;
}

*,::before,::after {
Expand Down

0 comments on commit 202b582

Please sign in to comment.