Revert dark mode style of product card rating
This commit is contained in:
parent
b06bcd6534
commit
c880856a32
3 changed files with 2 additions and 18 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1876,14 +1876,6 @@ html.dark-mode .site-archive-header .no-image {
|
||||||
background: var(--color-darkmode);
|
background: var(--color-darkmode);
|
||||||
}
|
}
|
||||||
|
|
||||||
html.dark-mode .kg-product-card-rating-active.kg-product-card-rating-star svg {
|
|
||||||
fill: #ebeef0;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.dark-mode .kg-product-card-rating-star svg {
|
|
||||||
fill: #394047;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
html.auto-color body {
|
html.auto-color body {
|
||||||
color: rgba(255, 255, 255, 0.75);
|
color: rgba(255, 255, 255, 0.75);
|
||||||
|
@ -2021,14 +2013,6 @@ html.dark-mode .kg-product-card-rating-star svg {
|
||||||
color: rgba(255, 255, 255, 0.9);
|
color: rgba(255, 255, 255, 0.9);
|
||||||
background: var(--color-darkmode);
|
background: var(--color-darkmode);
|
||||||
}
|
}
|
||||||
|
|
||||||
html.auto-color .kg-product-card-rating-active.kg-product-card-rating-star svg {
|
|
||||||
fill: #ebeef0;
|
|
||||||
}
|
|
||||||
|
|
||||||
html.auto-color .kg-product-card-rating-star svg {
|
|
||||||
fill: #394047;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue