rss page enhancements #138
This commit is contained in:
parent
f931b9031b
commit
5d465207d9
|
@ -966,6 +966,25 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
background: var(--in-content-page-background)!important;
|
||||
border-color: var(--in-content-box-border-color)!important
|
||||
}
|
||||
#feedHeaderContainer {
|
||||
background-color: var(--in-content-box-background)!important;
|
||||
display: inline-block!important
|
||||
}
|
||||
#feedHeaderContainerSpacer {
|
||||
display: none!important
|
||||
}
|
||||
#feedBody div.entry a[href] {
|
||||
color: var(--in-content-link-color)!important
|
||||
}
|
||||
#feedBody div.entry a[href]:hover {
|
||||
color: var(--in-content-link-color-hover)!important
|
||||
}
|
||||
#feedBody div.entry a[href]:active {
|
||||
color: var(--in-content-link-color-active)!important
|
||||
}
|
||||
#feedBody div.entry a[href]:visited {
|
||||
color: var(--in-content-link-color-visited)!important
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix(view-source) {
|
||||
:root {
|
||||
|
|
|
@ -32,4 +32,23 @@
|
|||
background: var(--in-content-page-background)!important;
|
||||
border-color: var(--in-content-box-border-color)!important
|
||||
}
|
||||
#feedHeaderContainer {
|
||||
background-color: var(--in-content-box-background)!important;
|
||||
display: inline-block!important
|
||||
}
|
||||
#feedHeaderContainerSpacer {
|
||||
display: none!important
|
||||
}
|
||||
#feedBody div.entry a[href] {
|
||||
color: var(--in-content-link-color)!important
|
||||
}
|
||||
#feedBody div.entry a[href]:hover {
|
||||
color: var(--in-content-link-color-hover)!important
|
||||
}
|
||||
#feedBody div.entry a[href]:active {
|
||||
color: var(--in-content-link-color-active)!important
|
||||
}
|
||||
#feedBody div.entry a[href]:visited {
|
||||
color: var(--in-content-link-color-visited)!important
|
||||
}
|
||||
}
|
|
@ -966,6 +966,25 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
background: var(--in-content-page-background)!important;
|
||||
border-color: var(--in-content-box-border-color)!important
|
||||
}
|
||||
#feedHeaderContainer {
|
||||
background-color: var(--in-content-box-background)!important;
|
||||
display: inline-block!important
|
||||
}
|
||||
#feedHeaderContainerSpacer {
|
||||
display: none!important
|
||||
}
|
||||
#feedBody div.entry a[href] {
|
||||
color: var(--in-content-link-color)!important
|
||||
}
|
||||
#feedBody div.entry a[href]:hover {
|
||||
color: var(--in-content-link-color-hover)!important
|
||||
}
|
||||
#feedBody div.entry a[href]:active {
|
||||
color: var(--in-content-link-color-active)!important
|
||||
}
|
||||
#feedBody div.entry a[href]:visited {
|
||||
color: var(--in-content-link-color-visited)!important
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix(view-source) {
|
||||
:root {
|
||||
|
|
Loading…
Reference in New Issue