From 6dfda3777367d57fbed5428f16932412a12ef077 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 16 Mar 2020 18:34:34 -0500 Subject: [PATCH] Add styles that got added to iOS but were forgotten for macOS. --- Mac/MainWindow/Detail/styleSheet.css | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/Mac/MainWindow/Detail/styleSheet.css b/Mac/MainWindow/Detail/styleSheet.css index caf91e7b2..4c7c7e502 100644 --- a/Mac/MainWindow/Detail/styleSheet.css +++ b/Mac/MainWindow/Detail/styleSheet.css @@ -36,6 +36,7 @@ a:hover { --body-color: #444; --body-background-color: -apple-system-text-background; --link-color: hsla(215, 99%, 43%, 1); + --block-quote-border-color: hsla(215, 99%, 43%, 0.75); --header-table-border-color: rgba(0, 0, 0, 0.1); --header-color: rgba(0, 0, 0, 0.3); --header-link-color: rgba(0, 0, 0, 0.3); @@ -212,6 +213,24 @@ sub { width: 100% !important; } +blockquote { + margin-inline-start: 0; + margin-inline-end: 0; + padding-left: 15px; + border-left: 3px solid var(--block-quote-border-color); +} + +/* Feed Specific */ + +.feedbin--article-wrap { + border-top: 1px solid var(--header-table-border-color); +} + +.wp-smiley { + height: 1em; + max-height: 1em; +} + /*Block ads and junk*/ iframe[src*="feedads"], @@ -368,9 +387,3 @@ a.footnote:hover, } } - -/* Site specific styles */ -.wp-smiley { - height: 1em; - max-height: 1em; -}