css for this blog
February 18, 2025•3,938 words
meow!!! css in code block below
---
metatype: css
---
/* reset everything */
.error-toast__container {
position: revert;
top: revert;
left: revert;
width: revert;
display: revert;
justify-content: revert;
transition: revert;
}
.error-toast__toast {
margin: revert;
background-color: revert;
padding: revert;
display: revert;
justify-content: revert;
align-items: revert;
border-radius: revert;
border: revert;
}
.error-toast .error-toast__message {
margin-right: re...
Read post