X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_variables.scss;h=c8316473dbdaab5d37c81e9d92d5477c3c30ecfb;hb=72aa835e170f5dfa5fb7b78d50a5d097ea194ef6;hp=acdc8d05f14e5aeec7b3e7bad2995d3e4c6309cf;hpb=26171379d0196ac645923e72b12e1cf29089835b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index acdc8d05f..c8316473d 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -19,7 +19,7 @@ $main-color: hsl(24, 90%, 50%); $main-hover-color: lighten($main-color, 5%); $main-color-lighter: lighten($main-color, 10%); $main-color-lightest: lighten($main-color, 40%); -$secondary-color: hsl(187, 77, 34); +$secondary-color: hsl(187, 77%, 34%); $support-button: inherit; $support-button-heart: #e83e8c;