add opacity to mobile user page details

This commit is contained in:
Jeff Atwood 2015-10-19 23:58:42 -07:00
parent 722cce7400
commit 5ca93cd79c
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@
.details {
padding: 15px 15px 4px 15px;
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
opacity: 0.8;
h1 {
font-size: 2.143em;