add graph cursor
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@use 'sass:color';
|
||||
|
||||
$gray-0: oklch(100% 0 0);
|
||||
$gray-1: oklch(90% 0 0);
|
||||
$gray-2: oklch(80% 0 0);
|
||||
$gray-3: oklch(70% 0 0);
|
||||
@@ -29,6 +30,7 @@ $background-color: $gray-7;
|
||||
$light-background-color: color.adjust($background-color, $lightness: 5%);
|
||||
$dark-background-color: color.adjust($background-color, $lightness: -5%);
|
||||
|
||||
$cursor-tick: $gray-0;
|
||||
$time-tick: $gray-1;
|
||||
$grid-line: $gray-1;
|
||||
$major-tick: $gray-4;
|
||||
|
||||
Reference in New Issue
Block a user