mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-11 20:15:00 -05:00
22 lines
296 B
Stylus
22 lines
296 B
Stylus
// colors
|
|
|
|
$activeBlue = #00aeef
|
|
$actionPink = #ec008c
|
|
|
|
$sidebarBg = #0b1316
|
|
$sidebarActive = #192a47
|
|
$sidebarButton = #1f2d49
|
|
|
|
$baseText = #565656
|
|
$textSecondary = #b7b7b7
|
|
|
|
$grayBackground = #f7f7f7
|
|
$grayOutline = #e4e4e4
|
|
|
|
// font sizes
|
|
|
|
$fontLarge = 20px
|
|
$fontMedium = 14px
|
|
$fontSmall = 12px
|
|
|