Morden: Rebuild CSS
This commit is contained in:
parent
bb26bc051d
commit
f3fccd08f2
2 changed files with 2 additions and 4 deletions
|
@ -32,8 +32,6 @@ a {
|
|||
}
|
||||
|
||||
#masthead {
|
||||
//padding-bottom: 0;
|
||||
|
||||
&:before {
|
||||
background: #{map-deep-get($config-global, "color", "primary", "default")};
|
||||
box-sizing: content-box;
|
||||
|
|
|
@ -717,11 +717,11 @@ footer {
|
|||
}
|
||||
|
||||
::selection {
|
||||
background-color: #FCC7B4;
|
||||
background-color: #FDE2D4;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: #FCC7B4;
|
||||
background-color: #FDE2D4;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue