oliverdavies.uk/assets/less/main.less

45 lines
604 B
Text
Raw Normal View History

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