ndoc
Version:
JavaScript API documentor with simple syntax.
40 lines (32 loc) • 1.05 kB
text/stylus
// Grays
// -------------------------
black = #000
grayDarker = #222
grayDark = #444
gray = #666
grayLight = #999
grayLighter = #ccc
grayLightest = #eee
white = #fff
// Scaffolding
// -------------------------
bodyBackground = white
textColor = grayDark
// Links
// -------------------------
linkColor = #036
linkColorHover = #800
// Typography
// -------------------------
sansFontFamily = Verdana, sans-serif;
sansNarrowFontFamily = "Helvetica Neue",Helvetica,Arial,sans-serif
serifFontFamily = Georgia, "Times New Roman", Times, serif;
monoFontFamily = Menlo, Monaco, Consolas, "Courier New", monospace;
baseFontSize = 14px
baseFontFamily = sansFontFamily
baseNarrowFontFamily = sansNarrowFontFamily
baseLineHeight = 22px
altFontFamily = serifFontFamily
headingsFontFamily = inherit; // empty to use BS default, @baseFontFamily
headingsFontWeight = bold; // instead of browser default, bold
headingsColor = inherit; // empty to use BS default, @textColor