Uses Freya Holmer's Wolfie Alphy fursona.
Wolfie Alphy by yellowsink
![Screenshot of Wolfie Alphy](https://userstyles.world/preview/20274/0.jpeg)
Details
Authoryellowsink
LicenseNo License
Categorywolframalpha
Created
Updated
Size846 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Freya's OC at https://lnk.yellows.ink/243337
Source code
/* ==UserStyle==
@name Wolfie Alphy
@version 20250109.20.13
@namespace https://userstyles.world/user/Yellowsink
@description Uses Freya Holmer's Wolfie Alphy fursona. OC at https://lnk.yellows.ink/243337
@author Yellowsink
==/UserStyle== */
@-moz-document domain("wolframalpha.com") {
main div span > svg:first-child {
/* move the "from the makers of ..." text up to make more room */
margin: 16px 0 0;
}
main div span > a:last-child {
/* make alphy bigger! */
height: 110px;
/* trim the bottom margin a touch */
margin: 10px 0 15px;
}
main div span > a > svg {
background: center/contain no-repeat url(https://i.yellows.ink/5e69d9386.png);
}
main div span > a > svg * {
/* hide wolfram alpha logo */
opacity: 0;
}
/* wolfram alpha header size (stock): 153px
wolfie alphy: 160px */
}