mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Fix sudden Chrome CSS bug with text-shadow affecting underlines
This commit is contained in:
parent
927430853a
commit
9d7d5df7f2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue