mirror of
https://github.com/discourse/discourse.git
synced 2025-04-29 21:14:38 +08:00
add opacity to mobile user page details
This commit is contained in:
parent
722cce7400
commit
5ca93cd79c
@ -258,6 +258,7 @@
|
|||||||
.details {
|
.details {
|
||||||
padding: 15px 15px 4px 15px;
|
padding: 15px 15px 4px 15px;
|
||||||
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
|
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
|
||||||
|
opacity: 0.8;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.143em;
|
font-size: 2.143em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user