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