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 |
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 {
font-family: 'Inconsolata', monospace;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}
.pitch {
font-size: 1.2em;
}
|