all repos — min @ 88964fc6f188b27c344347921023999d758828a0

A small but practical concatenative programming language.

site/assets/styles/min-lang.css

 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
 63
 64
 65
 66
body {
  background-color: #FEFEFE;
  color: #212121;
  font-weight: 300;
	font-feature-settings: "kern";
	font-kerning: normal;
  font-variant-ligatures: common-ligatures;
}
html, 
button, 
input, 
select, 
textarea,
.pure-g [class *= "pure-u"] {
  font-family: 'Lato', sans-serif;
} 

header .luxbar-menu i {
  vertical-align: text-bottom;  
}

main {
  margin-top: 40px;  
}


.pure-g > section {
  box-sizing: border-box;  
}

article, section {
  padding: 1em;    
}

.centered {
  text-align: center;
  margin: auto;
}

b, strong {
  font-weight: 400;
}

code, pre, .kwd, .cmd, .file, .dir, kbd, .kbd {
  font-family: 'Inconsolata',  monospace;
}

.kwd, .kwd, .cmd, .file, .dir, kbd, .kbd {
  font-weight: bold;  
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.pitch {
  font-size: 1.2em;  
}

.operator {
  margin-left: 2em;  
}

dl {
  margin-left: 1em;  
}