diff --git a/render.scss b/render.scss index 465d046..168ac1b 100644 --- a/render.scss +++ b/render.scss @@ -90,5 +90,17 @@ article.masto-embed { .modal-button.detailed-status__link { text-decoration: none; } + + .detailed-status__application { + font-weight: normal; + text-decoration: none; + } + + .detailed-status__datetime { + text-decoration: none; + time { + text-decoration: underline; + } + } } }