fix: hackernews example link colors contrast in dark mode (#8922)

pull/8925/head
Tan Li Hau 2 years ago committed by GitHub
parent 132dd7906a
commit d9529a39e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,8 +50,4 @@
font-size: 12px;
margin: 0 0 1em 0;
}
main :global(a) {
color: rgb(0, 0, 150);
}
</style>

@ -33,8 +33,4 @@
position: absolute;
left: 0;
}
a {
color: #333;
}
</style>

Loading…
Cancel
Save