ter-fill {
fill: context-fill #C50043;
}
.sun-stroke {
stroke: context-stroke #E27F2E;
}
.sun-fill {
fill: context-fill #E27F2E;
}
@media (prefers-color-scheme: dark) {
.thermometer-stroke {
stroke: context-stroke #FF6A75;
}
.thermometer-fill {
fill: context-fill #FF6A75;
}
.sun-stroke {
stroke: context-stroke #FFFF98;
}
.sun-fill {
fill: context-fill #FFFF98;
}
}
PK