Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 4, 2023
1 parent 405bd9d commit 39f06da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
--mol_theme_back: oklch( 98% .01 var(--mol_theme_hue) );
--mol_theme_card: oklch( 90% .05 var(--mol_theme_hue) / .25 );
--mol_theme_field: oklch( 100% 0 var(--mol_theme_hue) / .25 );
--mol_theme_hover: oklch( 80% 0 var(--mol_theme_hue) / .1 );
--mol_theme_hover: oklch( 70% 0 var(--mol_theme_hue) / .1 );

--mol_theme_text: oklch( 20% 0 var(--mol_theme_hue) );
--mol_theme_shade: oklch( 60% 0 var(--mol_theme_hue) );
--mol_theme_line: oklch( 70% 0 var(--mol_theme_hue) / .2 );
--mol_theme_focus: oklch( 20% .8 calc( var(--mol_theme_hue) + 120deg ) );

--mol_theme_control: oklch( 40% .2 var(--mol_theme_hue) );
--mol_theme_current: oklch( 30% .5 calc( var(--mol_theme_hue) - 60deg ) );
--mol_theme_special: oklch( 30% .5 calc( var(--mol_theme_hue) + 60deg ) );
--mol_theme_current: oklch( 40% .5 calc( var(--mol_theme_hue) - 60deg ) );
--mol_theme_special: oklch( 40% .5 calc( var(--mol_theme_hue) + 60deg ) );

}

Expand Down

0 comments on commit 39f06da

Please sign in to comment.