increase opacity to gallery arrow
This commit is contained in:
parent
cc8e6d465c
commit
cccbad54aa
|
@ -1191,8 +1191,8 @@ form#commentform p.form-submit input#submit {
|
|||
right: 1.5rem;
|
||||
height: 2rem;
|
||||
width: 2rem;
|
||||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" fill="rgba(200,200,200,0.5)"/></svg>') center center no-repeat;
|
||||
background-color: rgba(150,150,150,0.5);
|
||||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" fill="rgba(200,200,200,0.8)"/></svg>') center center no-repeat;
|
||||
background-color: rgba(150,150,150,0.8);
|
||||
background-size: 50%;
|
||||
border-radius: 2rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue