Skip to content

Commit 567c08c

Browse files
committed
race span fix
1 parent 6cc7fee commit 567c08c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
.race span{
1919
position: absolute;
2020
bottom: 1.5em;
21-
right: 2em;
21+
right: 1.5em;
2222
font-size: 3em;
2323
font-weight: bolder;
2424
color: lightslategray;
25+
mix-blend-mode: multiply;
2526
}
2627

2728
</style>

0 commit comments

Comments
 (0)