From f18f069505aa8051301c2d3ee9c7b4d8e5d2e30e Mon Sep 17 00:00:00 2001 From: Rowan Hogan Date: Sun, 2 Apr 2023 14:37:25 +1000 Subject: [PATCH] Minor style tweaks --- src/styles/_home.scss | 3 +++ src/styles/_page.scss | 2 +- src/styles/_typography.scss | 9 +++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/styles/_home.scss b/src/styles/_home.scss index 9e5e08a..d4ce440 100644 --- a/src/styles/_home.scss +++ b/src/styles/_home.scss @@ -128,6 +128,8 @@ } } + #mp-left, + #mp-right, #mp-upper, #mp-lower, #mp-upper td, @@ -136,6 +138,7 @@ #mp-otd, #mp-other-lower, #mp-middle, + #mp-bottom, .itn-special { display: block; background: none; diff --git a/src/styles/_page.scss b/src/styles/_page.scss index 5d7d7ca..baeee71 100644 --- a/src/styles/_page.scss +++ b/src/styles/_page.scss @@ -74,7 +74,7 @@ $sidebar-width: 20rem; } } -.quotebox { +.quotebox, .side-box, .portal-bar { width: auto !important; max-width: 26rem; margin-left: auto !important; diff --git a/src/styles/_typography.scss b/src/styles/_typography.scss index 9f5439a..5f961f0 100644 --- a/src/styles/_typography.scss +++ b/src/styles/_typography.scss @@ -95,3 +95,12 @@ table { border-spacing: 0; border-collapse: collapse; } + +[style*="color:initial"], +[style*="color: initial"] { + color: inherit !important; +} + +[style*="border"] { + border-color: inherit !important; +}