mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fix: reduce opacity of glass to make it glassier
This commit is contained in:
parent
cd07634e30
commit
68cd75d3a8
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ img {
|
||||||
|
|
||||||
.parallax .above-parallax {
|
.parallax .above-parallax {
|
||||||
box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
|
box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
|
||||||
background: rgba(5, 20, 40, 0.93);
|
background: rgba(5, 20, 40, 0.85);
|
||||||
color: white;
|
color: white;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
Loading…
Add table
Reference in a new issue