Remove inline style from blog post

This commit is contained in:
pancakes 2025-09-16 13:49:14 +10:00
parent cbc4b4cb73
commit fa9500eb81
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw
2 changed files with 15 additions and 17 deletions

View file

@ -616,20 +616,3 @@ Brief descriptions of each feature listed above. I'm keeping them vague as they
- [@privateger@plasmatrap.com](https://plasmatrap.com/@privateger") - [@privateger@plasmatrap.com](https://plasmatrap.com/@privateger")
- [@vavency@kitsunes.club](https://kitsunes.club/@vavency") - [@vavency@kitsunes.club](https://kitsunes.club/@vavency")
- [@Weeble@bungle.online](https://bungle.online/@Weeble") - [@Weeble@bungle.online](https://bungle.online/@Weeble")
<style>
.table-y {
background-color: var(--success);
color: black;
}
.table-p {
background-color: var(--warn);
color: black;
}
.table-n {
background-color: var(--error);
color: black;
}
</style>

View file

@ -222,6 +222,21 @@ pre code:hover + .copy-code-button, .copy-code-button:hover {
height: 1.5em; height: 1.5em;
} }
.table-y {
background-color: var(--success);
color: black;
}
.table-p {
background-color: var(--warn);
color: black;
}
.table-n {
background-color: var(--error);
color: black;
}
@keyframes title-fade-in { @keyframes title-fade-in {
0% { 0% {
margin-top: 0; margin-top: 0;