WIP
This commit is contained in:
parent
ef511f86c6
commit
7fd4e08083
6 changed files with 380 additions and 19 deletions
25
assets/less/main.less
Normal file
25
assets/less/main.less
Normal file
|
@ -0,0 +1,25 @@
|
|||
@import "node_modules/tachyons-less/less/_colors";
|
||||
|
||||
@blue: #0678be;
|
||||
|
||||
@import "node_modules/ftachyons-less/tachyons";
|
||||
|
||||
p,
|
||||
li,
|
||||
td {
|
||||
a {
|
||||
color: @blue;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
.black-70;
|
||||
.dib;
|
||||
.f6;
|
||||
.link;
|
||||
.ml2;
|
||||
}
|
||||
|
||||
.nav-item--active {
|
||||
.black;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue