mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix for version color in nav, refs #892
This commit is contained in:
parent
ee0ef01652
commit
4691228a81
1 changed files with 4 additions and 0 deletions
4
docs/_static/css/custom.css
vendored
4
docs/_static/css/custom.css
vendored
|
|
@ -1,3 +1,7 @@
|
||||||
a.external {
|
a.external {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div .wy-side-nav-search > div.version {
|
||||||
|
color: rgba(0,0,0,0.75);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue