tippy: Ensure a normal font-weight on Tippies.

This commit is contained in:
Karl Stolley 2024-07-03 11:44:01 -05:00 committed by Tim Abbott
parent 46f5854185
commit 2c7e264480
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
font-size: 1em;
/* 20px at 14px/1em */
line-height: 1.4286em;
/* Don't inherit font-weight when
a Tippy attaches to a parent */
font-weight: normal;
color: hsl(0deg 0% 100%);
}