Skip to content

Commit

Permalink
feat(core): ✨ increase border color contrast in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 3, 2024
1 parent 994fae6 commit efa27a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/skins.citizen.styles/common/features.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
--color-surface-2--hover: ~'hsl( var( --color-primary__h ), 30%, 19% )';
--color-surface-2--active: ~'hsl( var( --color-primary__h ), 30%, 11% )';

--border-color-base: rgba( 255, 255, 255, 0.05 );
--border-color-subtle: rgba( 255, 255, 255, 0.02 );
--border-color-interactive: rgba( 255, 255, 255, 0.08 );
--border-color-base: rgba( 255, 255, 255, 0.06 );
--border-color-subtle: rgba( 255, 255, 255, 0.03 );
--border-color-interactive: rgba( 255, 255, 255, 0.09 );

--surface-shadow: var( --color-primary__h ), 50%, 3%;
--shadow-strength: 0.8;
Expand Down

0 comments on commit efa27a5

Please sign in to comment.