From a56149b5bfef85fc990d5377f4443c5e3879f465 Mon Sep 17 00:00:00 2001 From: haskal Date: Thu, 10 Jun 2021 01:13:47 -0400 Subject: [PATCH] tweak masto embed --- render.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; + } + } } }