29 lines
305 B
Plaintext
29 lines
305 B
Plaintext
@import "node_modules/tachyons-less/less/_colors";
|
|
|
|
@blue: #0678be;
|
|
|
|
@import "node_modules/tachyons-less/tachyons";
|
|
|
|
p,
|
|
li,
|
|
td {
|
|
a {
|
|
color: @blue;
|
|
}
|
|
}
|
|
|
|
.nav-item {
|
|
.black-70;
|
|
.dib;
|
|
.f6;
|
|
.link;
|
|
.pv3;
|
|
}
|
|
|
|
.nav-item--active {
|
|
.b--blue;
|
|
.bb;
|
|
.black;
|
|
.bw1;
|
|
}
|