Morden: Rebuild CSS

This commit is contained in:
Thomas Guillot 2019-08-06 09:29:43 +01:00
parent bb26bc051d
commit f3fccd08f2
2 changed files with 2 additions and 4 deletions

View file

@ -32,8 +32,6 @@ a {
}
#masthead {
//padding-bottom: 0;
&:before {
background: #{map-deep-get($config-global, "color", "primary", "default")};
box-sizing: content-box;

View file

@ -717,11 +717,11 @@ footer {
}
::selection {
background-color: #FCC7B4;
background-color: #FDE2D4;
}
::-moz-selection {
background-color: #FCC7B4;
background-color: #FDE2D4;
}
/**