File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css Expand file tree Collapse file tree 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"
55[project ]
66# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77name = " ansys-sphinx-theme"
8- version = " 1.0.6 "
8+ version = " 1.0.7 "
99description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
1010readme = " README.rst"
1111requires-python = " >=3.9,<4"
Original file line number Diff line number Diff line change @@ -502,6 +502,7 @@ span.versionmodified:before {
502502 height : var (--ast-admonition-icon-height );
503503 width : var (--ast-admonition-icon-width );
504504 left : 0px ;
505+ color : var (--ast-color-text );
505506}
506507
507508span .versionmodified : before {
@@ -638,6 +639,12 @@ div.versionchanged {
638639 border-color : var (--ast-admonition-neutral-border );
639640}
640641
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+ }
641648/**
642649* Dropdown _header.scss
643650*/
You can’t perform that action at this time.
0 commit comments