18 lines
248 B
Plaintext
18 lines
248 B
Plaintext
@import "node_modules/tachyons-less/less/_colors";
|
|
|
|
@blue: #0678be;
|
|
|
|
@import "node_modules/tachyons-less/tachyons";
|
|
|
|
p,
|
|
li,
|
|
td {
|
|
a {
|
|
color: @blue;
|
|
}
|
|
}
|
|
|
|
@import "components/nav";
|
|
@import "components/post";
|
|
@import "components/talk";
|