We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08384fd commit ea06191Copy full SHA for ea06191
_sass/_highlights.scss
@@ -4,6 +4,9 @@
4
margin: 20px 0 20px 0;
5
border: 1px solid #ddd;
6
background-color: #efefef;
7
+ -moz-box-shadow: 3px 3px rgba(0,0,0,0.1);
8
+ -webkit-box-shadow: 3px 3px rgba(0,0,0,0.1);
9
+ box-shadow: 3px 3px rgba(0,0,0,0.1);
10
overflow: auto;
11
}
12
0 commit comments