#selected_prompt: use accent color
This commit is contained in:
parent
fbc6f39472
commit
aa63c53097
|
@ -762,6 +762,7 @@ body.ttrss_main #toolbar-frame #toolbar #selected_prompt {
|
|||
font-style: italic;
|
||||
text-align: right;
|
||||
margin-right: 4px;
|
||||
color: #257aa7;
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
body.ttrss_main #toolbar-frame #toolbar #selected_prompt {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -895,6 +895,7 @@ body.ttrss_main {
|
|||
font-style : italic;
|
||||
text-align : right;
|
||||
margin-right : 4px;
|
||||
color : @color-accent;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
|
|
|
@ -762,6 +762,7 @@ body.ttrss_main #toolbar-frame #toolbar #selected_prompt {
|
|||
font-style: italic;
|
||||
text-align: right;
|
||||
margin-right: 4px;
|
||||
color: #b87d2c;
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
body.ttrss_main #toolbar-frame #toolbar #selected_prompt {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue