mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-24 12:30:13 +00:00
tooltip: make font reliable #1037
This commit is contained in:
parent
590018c197
commit
e985d6fcb4
1 changed files with 2 additions and 0 deletions
|
@ -1117,7 +1117,9 @@ tbody > tr:nth-child(even) > td {
|
|||
color: rgba(255, 255, 255, 1);
|
||||
content: attr(aria-label);
|
||||
display: none;
|
||||
font-family: var(--INTERNAL-MAIN-font);
|
||||
font-size: 0.6875rem;
|
||||
font-weight: 700;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
line-height: 1.5;
|
||||
padding: 5px 8px;
|
||||
|
|
Loading…
Add table
Reference in a new issue