Change doks to use invidious's logo accent color

This commit is contained in:
syeopite 2021-09-05 03:30:14 -07:00
parent 7e11f03da2
commit aaf1b18db3
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
2 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,5 @@
// 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;