shoutout to @sak-supernatural for sharing the cutest and boopiest AO3 skin there is!!! (ty ty ty so much, you’re actually the best)
i did add a single line of code so that the red from the double-kudos button turns green, but other than that, it’s exactly the same!
i hope y’all get as much joy from this as i’ve gotten!
the code :
#header .logo {
display: none;
}
#header h1.heading a::before {
display: inline-block;
width: 320px;
height: 50px;
content: " ";
background-image: url("https://64.media.tumblr.com/7bba2404f3ba03df470499701b920ab0/e17a337685fece4c-77/s640x960/531b098ea5fe8de580b30b2f162ba922da48918c.png");
background-size: cover;
}
#header h1.heading span {
display: none;
}
#header h1.heading sup {
display: none;
}
.kudos_error {
border-color: #090;
background: #d1efd1;
}
















