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
|
||||
// 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
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user