1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/public/css/_variables.styl
2013-09-16 02:19:07 -07:00

31 lines
349 B
Stylus

// colors
$header = #404040
$bodybg = #202020
$red = #c80000
$text = #333
$subtext = #777
$pink = #EB008B
$ltgray = #EBECEC
$dkgray = #202020
$blue = #00aeef
$dkblue = #006991
// font sizes
$fontLG = 20px
$fontMD = 16px
$fontSM = 13px
// dimensions
$base = 10px
$seven = 7 * $base
$five = 5 * $base
$three = 3 * $base
$page = 38 * $base