Glow changes

This commit is contained in:
Matic Ivešić 2025-03-14 11:57:45 +01:00
parent 695bffdea5
commit 43f5a4edca
1 changed files with 5 additions and 4 deletions

View File

@ -17,9 +17,10 @@ header {
width: 100%;
background-color: rgba(0,0,0,0.2);
background-color: rgba(0,0,0,0.3);
backdrop-filter: blur(5px);
}
img {
@ -31,10 +32,10 @@ img {
position:absolute;
z-index: -1;
top: -50%;
top: -7em;
width: 100%;
height: 500px;
width: 75%;
height: 15em;
background-image: radial-gradient(rgba(255, 77, 0, 0.5) 0%, rgba(0,0,0,0)70%);
}