forked from 00dani/lemoncurry
Add cute little Tipper.js tooltips to the profiles on the home h-card
This commit is contained in:
parent
ffd0d3384e
commit
c40372a020
4 changed files with 14 additions and 7 deletions
|
@ -33,9 +33,13 @@ code, pre, .code, .pre
|
|||
text-decoration none
|
||||
line-height 1
|
||||
|
||||
.tippy-popper[x-placement^=top] .tippy-tooltip
|
||||
.tippy-arrow
|
||||
border-top-color $base03
|
||||
for placement in top bottom left right
|
||||
.tippy-popper[x-placement^={placement}] .tippy-tooltip.dark-theme .tippy-arrow
|
||||
border-{placement}-color $base03
|
||||
|
||||
.tippy-tooltip.dark-theme
|
||||
background-color $base03
|
||||
color $base04
|
||||
|
||||
body
|
||||
display flex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue