mirror of
https://github.com/iv-org/invidious.io.git
synced 2025-08-07 22:02:28 -04:00
Change doks to use invidious's logo accent color
This commit is contained in:
parent
7e11f03da2
commit
aaf1b18db3
2 changed files with 46 additions and 0 deletions
5
assets/scss/variables.scss
Normal file
5
assets/scss/variables.scss
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue