1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-16 03:32:48 +00:00

added youtube downloader

This commit is contained in:
2017-07-21 00:06:59 -05:00
parent 4baad6b025
commit 43fadf9c6a
14 changed files with 240 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ $navbarWidth: 200px;
// colors
$primaryBlue: #7289da;
$white: darken(white, 10%);
$white: darken(white, 20%);
$gray1: #2e3136;
$gray2: #2a2d32;
@@ -11,3 +11,5 @@ $gray3: #23262a;
$gray4: #2e3136;
$gray5: #282b30;
$gray6: #1e2124;
$lightGray: lighten($gray1, 15%);