mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
make some colors between non/cdm modes more consistent
This commit is contained in:
@@ -209,6 +209,7 @@ body.ttrss_main {
|
||||
display : flex;
|
||||
flex-direction : row;
|
||||
flex-wrap : nowrap;
|
||||
background : @color-panel-bg;
|
||||
|
||||
> * {
|
||||
align-self : center;
|
||||
@@ -283,7 +284,7 @@ body.ttrss_main {
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
color : #777;
|
||||
color : #555;
|
||||
}
|
||||
|
||||
a.title.high, span.hl-content.high .preview {
|
||||
@@ -291,6 +292,10 @@ body.ttrss_main {
|
||||
}
|
||||
}
|
||||
|
||||
.hl.Unread {
|
||||
background : white;
|
||||
}
|
||||
|
||||
.hl.Unread div.title a {
|
||||
color : black;
|
||||
}
|
||||
@@ -356,7 +361,7 @@ body.ttrss_main {
|
||||
font-family: monospace;
|
||||
font-size: 12px;
|
||||
border: 0px solid #ccc;
|
||||
background: #f5f5f5;
|
||||
background: @color-panel-bg;
|
||||
display: block;
|
||||
max-width: 98%;
|
||||
overflow: auto;
|
||||
@@ -709,7 +714,7 @@ body.ttrss_main {
|
||||
padding : 0px;
|
||||
border: 0px solid #ddd;
|
||||
overflow : hidden;
|
||||
background : #f5f5f5;
|
||||
background : @color-panel-bg;
|
||||
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||
-webkit-overflow-scrolling : touch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user