add shadow to .demo-overlay

This commit is contained in:
captainill 2015-03-16 20:31:59 -07:00
parent 45c2cd0ab8
commit ac69fd66c5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
overflow: scroll;
font-size: 18px;
font-family: 'Ubuntu Mono', 'Monaco', monospace;
@include box-shadow(0px -2px 30px 0px rgba(0, 0, 0, 0.40));
}
.terminal {