Browse Source

Morden: Rebuild CSS

Thomas Guillot 6 years ago
parent
commit
f3fccd08f2
2 changed files with 2 additions and 4 deletions
  1. 0 2
      morden/sass/_extra-child-theme.scss
  2. 2 2
      morden/style-rtl.css

+ 0 - 2
morden/sass/_extra-child-theme.scss

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

+ 2 - 2
morden/style-rtl.css

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