all repos — h3rald @ cc42c5ceb459bce4569251a8741109b870081858

The sources of https://h3rald.com

content/css/_code.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
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
@import definitions

.highlight, .code, pre.lazy
  +code_font
  border: 1px solid #cccccc
  background: #dedede
  padding: 5px
  margin: 5px 0
  font-size: 90%
  overflow: auto


code
  +code_font
  font-size: 90%

.highlight
  .hll
    background-color: #ffffcc 

  .c
    color: #008000 

  .err
    border: 1px solid #FF0000 

  .k
    color: #0000ff 

  .cm
    color: #008000 

  .cp
    color: #0000ff 

  .c1, .cs
    color: #008000 

  .ge
    font-style: italic 

  .gh, .gp, .gs, .gu
    font-weight: bold 

  .kc, .kd, .kn, .kp, .kr
    color: #0000ff 

  .kt
    color: #2b91af 

  .s
    color: #a31515 

  .nc
    color: #2b91af 

  .ow
    color: #0000ff 

  .sb, .sc, .sd, .s2, .se, .sh, .si, .sx, .sr, .s1, .ss
    color: #a31515