浏览代码

Morden: Add subtle box-shadow to the page

Thomas Guillot 6 年之前
父节点
当前提交
f41238337a
共有 3 个文件被更改,包括 3 次插入0 次删除
  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 {
 	background: #{map-deep-get($config-global, "color", "background", "default")};
+	box-shadow: 0 0 30px rgba(#000, 0.2);
 	margin-left: auto;
 	margin-right: auto;
 

+ 1 - 0
morden/style-rtl.css

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

+ 1 - 0
morden/style.css

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