mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-20 12:50:47 +08:00
18 lines
430 B
CSS
18 lines
430 B
CSS
/*This ensures that clickable links in the SG examples are the right color*/
|
|
div.section a span {
|
|
color: #2980B9 !important
|
|
}
|
|
|
|
/*Copied from sphinx' basic.css to ensure the sphinx >2.0 docstrings are
|
|
rendered somewhat properly (xref https://github.com/numpy/numpydoc/issues/215) */
|
|
|
|
.classifier {
|
|
font-style: oblique;
|
|
}
|
|
|
|
.classifier:before {
|
|
font-style: normal;
|
|
margin: 0.5em;
|
|
content: ":";
|
|
}
|