14 lines
206 B
CSS
14 lines
206 B
CSS
|
.rst-versions {
|
||
|
font-size: .7rem;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.rst-versions.rst-badge .rst-current-version {
|
||
|
font-size: .7rem;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.rst-versions .rst-other-versions {
|
||
|
color: white;
|
||
|
}
|