1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-01 09:11:05 +00:00
nextcloud-breeze-dark/core/css/apps/thirdparty/_news.scss

124 lines
No EOL
1.9 KiB
SCSS

/* News --------------------------------------------------------------------- */
.app-news #app-navigation {
.add-new .heading:hover {
background-color: $background-active-hover;
}
.add-new-popup {
box-shadow: none;
border-color: $decoration-normal;
width: 100%;
}
> ul > li > a,
> ul > li > ul > li > a {
opacity: 1;
}
#app-settings-content a {
color: $foreground-link;
}
}
.app-news #app-content {
.item {
border-color: $decoration-normal;
}
.item.active {
background-image: none;
}
.date {
color: $foreground-inactive;
}
.heading a {
color: $foreground-normal;
}
.subtitle, .author {
color: $foreground-inactive;
a {
color: $foreground-link;
}
}
.no-feeds-available {
color: $foreground-markdown-marker;
}
.title .intro {
color: $foreground-background;
}
.body {
font-size: 15px;
a {
color: $foreground-link;
}
blockquote {
border-color: $decoration-active;
background-color: $background-normal;
}
h1, h2, h3 {
color: $foreground-active;
}
h4, h5, h6 {
color: $foreground-normal;
}
pre {
background-color: $background-normal;
border-color: $decoration-normal;
}
}
// Styling for compact view
.compact {
// Background styling
.utils {
background-color: $background-normal;
}
// Heading styling
.utils .title h1 a {
color: $foreground-active;
}
.read .utils .title h1 a {
color: $foreground-normal;
}
}
.finished-auto-paging {
#articles:after {
background-image: none;
background-color: $background-normal;
}
}
}
.app-news #explore {
.category {
background-color: $background-active-alternate;
}
.grid-item {
border-color: $decoration-normal;
}
.explore-footer a {
color: $foreground-link;
}
}