1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 06:41:29 +00:00

support night mode when using share by URL

This commit is contained in:
Andrew Dolgov
2020-01-19 10:51:08 +03:00
parent 303f8fb329
commit aa56bcaf44
10 changed files with 388 additions and 202 deletions

View File

@@ -10,8 +10,8 @@ body.ttrss_utility {
margin : 4em;
.content {
background : white;
border : 1px solid #ddd;
background : @default-bg;
border : 1px solid @border-default;
padding : 20px;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);