Revert dark mode style of product card rating

This commit is contained in:
Sodbileg Gansukh 2021-12-10 09:55:52 +08:00
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

View File

@ -1876,14 +1876,6 @@ html.dark-mode .site-archive-header .no-image {
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) {
html.auto-color body {
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);
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;
}
}
/*