This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/less/main.less

50 lines
651 B
Plaintext
Raw Normal View History

2017-10-24 21:40:41 +00:00
@import (less) "~font-awesome/css/font-awesome.css";
2017-11-01 21:06:56 +00:00
@import (less) "~highlightjs/styles/github-gist.css";
2017-10-24 21:40:41 +00:00
@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-23 18:56:26 +00:00
blockquote {
.ma0;
.pl3;
.bl;
.bw2;
.b--blue;
}
2017-10-30 16:04:05 +00:00
img.with-border {
.ba;
.b--silver;
}
2017-10-08 08:26:41 +00:00
@import "components/nav";
@import "components/post";
@import "components/talk";