all repos — h3rald @ c125b2973de296d4e8a241805c385bfb7d3f4924

The sources of https://h3rald.com

content/css/_definitions.sass

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
-----
-----

// Variables
!red = #A4282D 
!gray = #555

// Mixins
=double_border
  border = 3px "double" !red 

=button_img(!img)
  background: url(../images/theme/buttons/#{!img}.png)

=title_font
  font-family: "Palatino Linotype", "Palatino", "Book Antiqua", "Serif"

=body_font
  font-family: "Georgia", "Serif"

=title
  +title_font
  font-variant: small-caps
  margin: 1em 0 0 0

=code_font
  font-family: "Consolas", "Monaco", "Monospace"

=darkbg_font
  color: #CACACA