diff --git a/PancakesWeb/BlogPosts/misskey-comparison.md b/PancakesWeb/BlogPosts/misskey-comparison.md index 37bd6a9..086b6a8 100644 --- a/PancakesWeb/BlogPosts/misskey-comparison.md +++ b/PancakesWeb/BlogPosts/misskey-comparison.md @@ -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") - - diff --git a/PancakesWeb/wwwroot/style.css b/PancakesWeb/wwwroot/style.css index 6f3b8ee..c74ad04 100644 --- a/PancakesWeb/wwwroot/style.css +++ b/PancakesWeb/wwwroot/style.css @@ -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;