Fix for version color in nav, refs #892

This commit is contained in:
Simon Willison 2020-07-12 13:00:16 -07:00 committed by GitHub
commit 4691228a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,7 @@
a.external {
overflow-wrap: anywhere;
}
div .wy-side-nav-search > div.version {
color: rgba(0,0,0,0.75);
}