mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
decrease grain strength
This commit is contained in:
parent
c547e48929
commit
2d266cfa7a
3 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@
|
|||
width: 100%;
|
||||
height: 900px;
|
||||
z-index: -10;
|
||||
mask-image: radial-gradient(105vw 450px at 50% 50%, rgba(0, 0, 0, 1) 50%, transparent);
|
||||
mask-image: radial-gradient(105vw 450px at 50% 50%, rgba(0, 0, 0, 1) 80%, transparent);
|
||||
background: url('imgs/grain.webp'),
|
||||
radial-gradient(105vw 450px at 50% 50%, theme(colors.blue.600 / 80%), transparent);
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
background: url('imgs/grain.webp'),
|
||||
radial-gradient(closest-side, theme(colors.blue.500 / 30%), transparent),
|
||||
radial-gradient(15% 20%, theme(colors.cyan.500 / 70%), transparent);
|
||||
mask-image: radial-gradient(closest-side, white, rgba(0, 0, 0, 0.8) 70%, transparent);
|
||||
mask-image: radial-gradient(closest-side, white, rgba(0, 0, 0, 0.8) 80%, transparent);
|
||||
}
|
||||
|
||||
.glow {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in a new issue