Move stylesheet changes to less file

This commit is contained in:
Raymond Wanyoike 2014-05-31 16:53:18 +03:00
commit c1366a5492
2 changed files with 28 additions and 19 deletions

View file

@ -4,27 +4,30 @@
@import "lesshat.less";
@font-face {
.font-face(merriweatherlight, "../font/merriweather-light", 300);
}
@font-face {
.font-face(ralewaymedium, "../font/raleway-medium", 500);
}
body {
background-color: #fafafa;
font-family: merriweatherlight;
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'ralewaymedium';
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
code,
kbd,
pre,
samp {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
a {
.transition(color 0.2s ease-in-out);
color: #2e2e2e;
// text-decoration: underline;
&:hover {
color: orange;
}