less opacity for quote button
This commit is contained in:
parent
402ddb810c
commit
19ad1e2c2e
|
@ -141,7 +141,7 @@ aside.quote {
|
|||
color: dark-light-choose($secondary, $primary);
|
||||
padding: 10px;
|
||||
z-index: 401;
|
||||
opacity: 0.8;
|
||||
opacity: 0.9;
|
||||
|
||||
&:before {
|
||||
font-family: "FontAwesome";
|
||||
|
|
Loading…
Reference in New Issue