Skip to content

Commit de8a94e

Browse files
committed
fix(website): Make the link to ORT readable
Do not use the same link color as for the background. This is a fixup for fe561a7. Also see [1]. [1]: oss-review-toolkit/ort#9718 Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent fe561a7 commit de8a94e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/src/pages/index.module.css

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
overflow: hidden;
1111
}
1212

13+
.heroBanner a {
14+
color: var(--ifm-hero-text-color);
15+
font-weight: bold;
16+
}
17+
1318
.heroLogo {
1419
width: 300px;
1520
height: auto;

0 commit comments

Comments
 (0)