1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-12 22:48:54 +01:00

#1140, update the font size for tooltip's bodies

This commit is contained in:
Ahmed Ejaz 2023-08-27 21:24:40 +05:00
parent bb22701dd4
commit 176a622db0

View File

@ -466,6 +466,10 @@ strong {
display: block;
}
// Selecting all the tooltip bodies to increase their font-size
[class*="hint--"][aria-label]:after {
font-size: 0.80rem;
}
/* For modern browsers */
.clearfix:before,