mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add Feedbin specific separator. Issue #1640
This commit is contained in:
@@ -51,7 +51,7 @@ a:hover {
|
||||
:root {
|
||||
--primary-accent-color: #2D80F1;
|
||||
--secondary-accent-color: #5E9EF4;
|
||||
--header-table-border-color: rgba(255, 255, 255, 0.1);
|
||||
--header-table-border-color: rgba(255, 255, 255, 0.2);
|
||||
--header-color: #d2d2d2;
|
||||
--body-code-color: #b2b2b2;
|
||||
--system-message-color: #5f5f5f;
|
||||
@@ -202,6 +202,12 @@ sub {
|
||||
}
|
||||
}
|
||||
|
||||
/* Feed Specific */
|
||||
|
||||
.feedbin--article-wrap {
|
||||
border-top: 1px solid var(--header-table-border-color);
|
||||
}
|
||||
|
||||
/*Block ads and junk*/
|
||||
|
||||
iframe[src*="feedads"],
|
||||
|
||||
Reference in New Issue
Block a user