mirror of
https://github.com/iv-org/invidious.io.git
synced 2024-12-28 00:59:31 -05:00
6 lines
230 B
SCSS
6 lines
230 B
SCSS
// Same hue as hsl(195, 100%, 47%) (#00b6f0) or the invidious accent color,
|
|
// but modified with different lightness and saturation for better readability
|
|
// with black text.
|
|
$invidious: hsl(195, 85%, 65%);
|
|
$primary: $invidious;
|