Skip to content

Commit 340bf25

Browse files
committed
Improve legibility when mixing colors
1 parent 7e8b1a0 commit 340bf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ const base = import.meta.env.BASE_URL === "/" ? "" : import.meta.env.BASE_URL;
3030
white-space: pre-wrap;
3131
}
3232
.inherited-ref {
33-
color: gray;
33+
opacity: 0.6;
3434
}
3535
</style>

0 commit comments

Comments
 (0)