File tree 3 files changed +9
-1
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ fix: admonitions styles for `` topic `` admonition
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
[project ]
6
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
7
name = " ansys-sphinx-theme"
8
- version = " 1.0.6 "
8
+ version = " 1.0.7 "
9
9
description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
10
10
readme = " README.rst"
11
11
requires-python = " >=3.9,<4"
Original file line number Diff line number Diff line change @@ -502,6 +502,7 @@ span.versionmodified:before {
502
502
height : var (--ast-admonition-icon-height );
503
503
width : var (--ast-admonition-icon-width );
504
504
left : 0px ;
505
+ color : var (--ast-color-text );
505
506
}
506
507
507
508
span .versionmodified : before {
@@ -638,6 +639,12 @@ div.versionchanged {
638
639
border-color : var (--ast-admonition-neutral-border );
639
640
}
640
641
642
+ aside .topic p ,
643
+ div .topic p ,
644
+ div .topic .contents p ,
645
+ nav .contents p {
646
+ color : var (--ast-admonition-neutral-icon ) !important ;
647
+ }
641
648
/**
642
649
* Dropdown _header.scss
643
650
*/
You can’t perform that action at this time.
0 commit comments