68 lines
1.7 KiB
CSS
68 lines
1.7 KiB
CSS
/* Copyright (c) 2017 overdodactyl
|
|
Available for use under the MIT License:
|
|
https://opensource.org/licenses/MIT
|
|
https://github.com/overdodactyl/ShadowFox */
|
|
|
|
/* Place the contents of this file in the custom rules section */
|
|
|
|
#sidebar {
|
|
background-color: var(--grey-60) !important;
|
|
}
|
|
.content,
|
|
.day-header,
|
|
.headline-feed-name,
|
|
.headline-title,
|
|
tree-item > .title,
|
|
#view-title-label,
|
|
#main-message,
|
|
.sidebar-button,
|
|
#view-list > tree-item > .title {
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
#sidebar-top {
|
|
border-bottom: 1px solid var(--grey-80) !important;
|
|
}
|
|
|
|
.sidebar-button:hover {
|
|
color: var(--primary-accent-color) !important;
|
|
}
|
|
|
|
tree-item.selected, tree-folder.selected > tree-folder-header {
|
|
border-color: var(--primary-accent-color) !important;
|
|
background-color: var(--primary-accent-color) !important;
|
|
}
|
|
tree-item:hover:not(.selected), tree-folder:not(.selected) > tree-folder-header:hover {
|
|
background-color: var(--grey-70) !important;
|
|
}
|
|
|
|
#feed-view-header {
|
|
background: var(--grey-80) !important;
|
|
}
|
|
|
|
#sidebar-splitter, #tag-list-splitter {
|
|
border-left: 3px solid var(--grey-80) !important;
|
|
border-right: 1px solid var(--grey-80)!important;
|
|
border-right-color: var(--grey-80)
|
|
}
|
|
#sidebar-splitter:hover, #tag-list-splitter:hover {
|
|
border-right-color: var(--primary-accent-color) !important;
|
|
}
|
|
.full-container-inner {
|
|
background: none !important;
|
|
}
|
|
|
|
.headline-container:hover > .headline-header {
|
|
background-color: var(--grey-80) !important;
|
|
}
|
|
|
|
tree-item:hover:not(.selected),
|
|
tree-folder:not(.selected) > tree-folder-header:hover {
|
|
border-color: var(--grey-80) !important;
|
|
}
|
|
.unread-count,
|
|
tree-item.selected > .title,
|
|
#view-list > tree-item.selected > .title {
|
|
color: white !important;
|
|
}
|