mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Update _dark.scss
just a few minor changes (to better ofc)
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
#theme-dark {
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -110,6 +108,13 @@ a[ng-click^='tab']:hover {
|
|||||||
-o-transition: all 150ms linear;
|
-o-transition: all 150ms linear;
|
||||||
transition: all 150ms linear;
|
transition: all 150ms linear;
|
||||||
}
|
}
|
||||||
|
#uvTab {
|
||||||
|
-webkit-transition: all 260ms linear;
|
||||||
|
-moz-transition: all 260ms linear;
|
||||||
|
-ms-transition: all 260ms linear;
|
||||||
|
-o-transition: all 260ms linear;
|
||||||
|
transition: all 260ms linear;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
background: #788587;
|
background: #788587;
|
||||||
color: #424345;
|
color: #424345;
|
||||||
@@ -130,6 +135,25 @@ body a {
|
|||||||
.entrylist-header a {
|
.entrylist-header a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
#feed-accordion .entry {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
#feed-accordion .unread .entry-heading {
|
||||||
|
background: #c9c9c9;
|
||||||
|
}
|
||||||
|
#feed-accordion .unread:nth-of-type(2n) .entry-heading {
|
||||||
|
background: #ddd;
|
||||||
|
}
|
||||||
|
#feed-accordion .unread .entry-heading:hover,
|
||||||
|
#feed-accordion .unread:nth-of-type(2n):hover {
|
||||||
|
background: #ebebeb;
|
||||||
|
}
|
||||||
|
#feed-accordion .entry-heading-link {
|
||||||
|
color: #383838 !important;
|
||||||
|
}
|
||||||
|
#feed-accordion .entry-heading-link:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
#feed-accordion .entry-body {
|
#feed-accordion .entry-body {
|
||||||
background: #c7cbcc;
|
background: #c7cbcc;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
@@ -175,9 +199,15 @@ input[ng-model='keywords'] {
|
|||||||
.css-treeview li .tree-item:hover {
|
.css-treeview li .tree-item:hover {
|
||||||
background: #ebebeb;
|
background: #ebebeb;
|
||||||
}
|
}
|
||||||
|
.css-treeview a {
|
||||||
|
color: #383838;
|
||||||
|
}
|
||||||
.css-treeview a:hover {
|
.css-treeview a:hover {
|
||||||
font-size: 1.02em;
|
font-size: 1.02em;
|
||||||
}
|
}
|
||||||
|
#uvTab {
|
||||||
|
margin-bottom: -23px;
|
||||||
|
}
|
||||||
|
#uvTab:hover {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user