1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 16:46:30 +02:00

Deploying to gh-pages from @ RSS-Bridge/rss-bridge@0a2e31e1f7 🚀

This commit is contained in:
dvikan
2022-10-06 20:13:30 +00:00
parent 2f6821c361
commit 00ceccdebf
56 changed files with 409 additions and 115 deletions

View File

@@ -3,7 +3,7 @@ body.with-search {
}
.SearchResults {
background: #fff;
background: var(--body-background);
max-width: 650px;
padding: 15px;
margin: 0;
@@ -67,10 +67,11 @@ body.with-search {
font-weight: 300;
font-size: 15px;
line-height: 1.7;
color: #555;
color: var(--color-text);
}
.SearchResults__close {
color: currentcolor;
border: 0 transparent solid;
background: none;
@@ -90,12 +91,12 @@ body.with-search {
}
.SearchResults__title a {
color: #333;
color: var(--color-text);
text-decoration: none;
}
.SearchResults__title a:hover {
color: #555;
opacity: 0.8;
}
.SearchResults__url {
@@ -119,7 +120,7 @@ body.with-search {
font-weight: 300;
font-size: 15px;
line-height: 1.6;
color: #555;
color: var(--color-text);
word-wrap: break-word;
hyphens: auto;
margin-top: 3px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long