mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Revert dark mode style of product card rating
This commit is contained in:
parent
b06bcd6534
commit
c880856a32
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);
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user