mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
WallOfFame: Nicer wisdoms
This commit is contained in:
parent
de28946697
commit
9733b239fd
1 changed files with 2 additions and 1 deletions
|
@ -176,13 +176,14 @@
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
margin-top: -2rem;
|
margin-top: -2rem;
|
||||||
|
mask-image: linear-gradient(to top, transparent, white);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wisdom {
|
.wisdom {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: theme(colors.cyan.700);
|
color: theme(colors.cyan.500);
|
||||||
text-shadow: 0px 0px 8px blue;
|
text-shadow: 0px 0px 8px blue;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue