mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
CSS lipstick.
This commit is contained in:
parent
ad78cb70d0
commit
24d1da9f7a
@ -1,12 +1,8 @@
|
|||||||
// This File is imported last, and will override other styles in the cascade
|
// This File is imported last, and will override other styles in the cascade
|
||||||
// Add styles here to make changes without digging in too much
|
// Add styles here to make changes without digging in too much
|
||||||
html {
|
html { background: $background-color; }
|
||||||
background: $background-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body { font-weight: 300; }
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
|
|
||||||
body > div > div {
|
body > div > div {
|
||||||
border: none;
|
border: none;
|
||||||
@ -26,7 +22,6 @@ body > header {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
//line-height: 0
|
//line-height: 0
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user