oliverdavies.uk/assets/less/main.less

37 lines
535 B
Plaintext
Raw Normal View History

2017-10-24 21:40:41 +00:00
@import (less) "~font-awesome/css/font-awesome.css";
@import (less) "~prismjs/themes/prism-twilight.css";
@import "~tachyons-less/less/_colors";
2017-10-07 08:00:03 +00:00
@blue: #0678be;
2017-10-24 21:40:41 +00:00
@import "~tachyons-less/tachyons";
2017-10-07 08:00:03 +00:00
p,
li,
td {
2017-10-24 21:40:41 +00:00
a { color: @blue }
2017-10-07 08:00:03 +00:00
}
2017-10-09 18:15:57 +00:00
.button {
.bg-blue;
.bn;
.br2;
.dib;
.dim;
.link;
.no-underline;
.ph3;
.pv2;
.white-90;
&:hover {
background: darken(@blue, 10%);
cursor: pointer;
}
}
2017-10-08 08:26:41 +00:00
@import "components/nav";
@import "components/post";
@import "components/talk";