WallOfFame: Nicer wisdoms

This commit is contained in:
VDawg 2023-11-15 21:53:42 +01:00
parent de28946697
commit 9733b239fd

View file

@ -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>