summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-01-19 10:51:08 +0300
committerAndrew Dolgov <[email protected]>2020-01-19 10:51:08 +0300
commitaa56bcaf441ca59f94c8529018ebb4e94844d1d6 (patch)
treeaf7c3a2110f2f64647f0312191cd0837ad7c3762 /css/default.css
parent303f8fb329ff75e41559806c9affd8c3c49504b0 (diff)
support night mode when using share by URL
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/default.css b/css/default.css
index 4398315ac..7a205e77d 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1864,7 +1864,7 @@ body.ttrss_zoom div.post .attachments {
}
body.ttrss_zoom div.post div.header {
padding-bottom: 10px;
- border: 0px solid #eee;
+ border: 0px solid #ddd;
border-bottom-width: 1px;
background: white;
font-size: 12px;
@@ -1897,7 +1897,7 @@ body.ttrss_zoom div.post div.content blockquote {
margin: 5px 0px 5px 0px;
color: #555;
padding-left: 10px;
- border: 0px solid #ccc;
+ border: 0px solid #ddd;
border-left-width: 4px;
}
body.ttrss_zoom div.post div.content code {