Fix sudden Chrome CSS bug with text-shadow affecting underlines

This commit is contained in:
Lim Chee Aun 2024-03-27 16:17:09 +08:00
parent 927430853a
commit 9d7d5df7f2

View file

@ -105,7 +105,7 @@
padding: 2px;
vertical-align: top;
text-transform: uppercase;
text-shadow: 0 1px var(--bg-color);
/* text-shadow: 0 1px var(--bg-color); */
&:hover {
color: var(--text-color);