Forráskód Böngészése

Morden: Add subtle box-shadow to the page

Thomas Guillot 6 éve
szülő
commit
f41238337a
3 módosított fájl, 3 hozzáadás és 0 törlés
  1. 1 0
      morden/sass/_extra-child-theme.scss
  2. 1 0
      morden/style-rtl.css
  3. 1 0
      morden/style.css

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

@@ -71,6 +71,7 @@ a {
 
 
 #page {
 #page {
 	background: #{map-deep-get($config-global, "color", "background", "default")};
 	background: #{map-deep-get($config-global, "color", "background", "default")};
+	box-shadow: 0 0 30px rgba(#000, 0.2);
 	margin-left: auto;
 	margin-left: auto;
 	margin-right: auto;
 	margin-right: auto;
 
 

+ 1 - 0
morden/style-rtl.css

@@ -3380,6 +3380,7 @@ p:not(.site-title) a:hover {
 
 
 #page {
 #page {
 	background: white;
 	background: white;
+	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
 	margin-right: auto;
 	margin-right: auto;
 	margin-left: auto;
 	margin-left: auto;
 }
 }

+ 1 - 0
morden/style.css

@@ -3385,6 +3385,7 @@ p:not(.site-title) a:hover {
 
 
 #page {
 #page {
 	background: white;
 	background: white;
+	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
 	margin-left: auto;
 	margin-left: auto;
 	margin-right: auto;
 	margin-right: auto;
 }
 }