add graph cursor

This commit is contained in:
2025-01-04 11:45:09 -05:00
parent 35603c98a4
commit c69022448f
5 changed files with 139 additions and 39 deletions

View File

@@ -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;