From dc588fee914c205f2db478cf9db95589e02deebd Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 18 Oct 2019 01:20:38 +0000 Subject: [PATCH] Fix underlines --- webclient/src/Style-dark.css | 5 +++++ webclient/src/Style-light.css | 10 +++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/webclient/src/Style-dark.css b/webclient/src/Style-dark.css index 4542a97..d4c9630 100644 --- a/webclient/src/Style-dark.css +++ b/webclient/src/Style-dark.css @@ -38,6 +38,11 @@ border-bottom: 1px solid #aaaaaa; } +.dark .article u { + border-bottom: 1px solid #aaaaaa; + text-decoration: none; +} + .dark .story-text img { filter: brightness(50%); } diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index 9528f77..b00011e 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -105,7 +105,7 @@ span.source { } .article img { - width: 100%; + max-width: 100%; height: auto; } @@ -116,8 +116,12 @@ span.source { } .article iframe { - width: 100%; - margin: 0; + display: none; +} + +.article u { + border-bottom: 1px solid #222; + text-decoration: none; } .article .info {