Skip to content

Commit 02c4ff2

Browse files
authored
Update index.bs
1 parent 8df2468 commit 02c4ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,10 +962,10 @@ The [=task source=] for the [=tasks=] mentioned in this specification is the <df
962962
@media (prefers-color-scheme: dark) {
963963
path,
964964
polygon {
965-
filter:invert(1);
965+
filter: invert(1);
966966
}
967967
text {
968-
fill:white;
968+
fill: #fff;
969969
}
970970
}
971971
</style>

0 commit comments

Comments
 (0)