Remove inline style from blog post
This commit is contained in:
parent
cbc4b4cb73
commit
fa9500eb81
2 changed files with 15 additions and 17 deletions
|
@ -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")
|
||||
- [@vavency@kitsunes.club](https://kitsunes.club/@vavency")
|
||||
- [@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>
|
||||
|
|
|
@ -222,6 +222,21 @@ pre code:hover + .copy-code-button, .copy-code-button:hover {
|
|||
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 {
|
||||
0% {
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue