1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

CSS lipstick.

This commit is contained in:
Dan Barber 2015-01-26 17:59:04 +00:00
parent ad78cb70d0
commit 24d1da9f7a

View File

@ -1,12 +1,8 @@
// This File is imported last, and will override other styles in the cascade
// Add styles here to make changes without digging in too much
html {
background: $background-color;
}
html { background: $background-color; }
body {
font-weight: 300;
}
body { font-weight: 300; }
body > div > div {
border: none;
@ -26,7 +22,6 @@ body > header {
margin-top: 0;
font-weight: 700;
//line-height: 0
}
}