Sfoglia il codice sorgente

Morden: Rebuild CSS

Thomas Guillot 6 anni fa
parent
commit
f3fccd08f2
2 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  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 {
 #masthead {
-	//padding-bottom: 0;
-
 	&:before {
 	&:before {
 		background: #{map-deep-get($config-global, "color", "primary", "default")};
 		background: #{map-deep-get($config-global, "color", "primary", "default")};
 		box-sizing: content-box;
 		box-sizing: content-box;

+ 2 - 2
morden/style-rtl.css

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