2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

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

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;