glass-app-manager
Version:
Informatica's Glass Framework CLI for bootstrapping
46 lines (36 loc) • 715 B
text/stylus
:root {
color: global--color;
font-family: global--font-family;
font-size: global--font-size;
font-feature-settings: 'kern' 1, 'liga' 1, 'onum' 0, 'tnum' 1, 'lnum' 1;
}
body {
margin: 0;
}
h1 {
font-size: h1--font-size;
font-weight: h1--font-weight;
}
h2 {
font-size: h2--font-size;
font-weight: h2--font-weight;
}
h3 {
font-weight: h3--font-weight;
}
h4 {
font-weight: h4--font-weight;
}
h5 {
font-weight: h5--font-weight;
}
h6 {
font-weight: h6--font-weight;
}
a {
color: color--blue--5;
text-decoration: a--text-decoration;
&:hover {
text-decoration: a--hover--text-decoration;
}
}