mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Update _dark.scss
This commit is contained in:
@@ -20,7 +20,7 @@ button[data-toggle='dropdown'] {
|
|||||||
background: #e6c6c9;
|
background: #e6c6c9;
|
||||||
}
|
}
|
||||||
button[ui-sref*='feed'] {
|
button[ui-sref*='feed'] {
|
||||||
background: #e6c6c9;
|
background: #DEE2E3;
|
||||||
}
|
}
|
||||||
input[ng-model='keywords'] {
|
input[ng-model='keywords'] {
|
||||||
background: #526b94;
|
background: #526b94;
|
||||||
@@ -63,4 +63,27 @@ div.settings a {
|
|||||||
div.about-module a {
|
div.about-module a {
|
||||||
color: #e6c6c9;
|
color: #e6c6c9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*______________________________________________________
|
||||||
|
opened feed bg color - changed to grey?*, added padding*/
|
||||||
|
div.entry-body.ng-scope {
|
||||||
|
background: #D8DADB;
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* opened feed link - color changed to default blue */
|
||||||
|
div.entry-body.ng-scope a[href^="http"] {
|
||||||
|
color: #428BCF;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* opened feed icon panel - changed to grey?*/
|
||||||
|
#feed-accordion .entry-buttons {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* future */
|
||||||
|
/*[ng-controller="CategoryTreeCtrl"]{
|
||||||
|
display: none;
|
||||||
|
} */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user