fix background image not being correctly darken

This commit is contained in:
Nicolas Constant 2018-11-02 00:11:17 -04:00
parent c928fe9acb
commit 5677adc2aa
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
font-size: $default-font-size;
}
&__inner {
overflow: auto;
height: 160px;
background-color: rgba(0, 0, 0, .45);
}