1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-09 16:42:48 +00:00
Files
go-discord-bot/client/app/scss/variables.scss

15 lines
221 B
SCSS

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