💾 Archived View for jeffrey.e-worm.club › style.css captured on 2021-12-06 at 14:29:53.

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --text-color: #FF25E0;
    --background-color: #341490;
    --link-color: #FF25E0;
    --font: Cormorant Garamond, serif;
    --cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60'   viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🐷</text></svg>") 16 0,auto; /*!emojicursor.app*/
}