Skip to content

Commit d4ea2e8

Browse files
release: bump version 1.0.7
1 parent 847a8e9 commit d4ea2e8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

doc/changelog.d/477.fixed.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: admonitions styles for ``topic`` admonition

pyproject.toml

+1-1
Original file line numberDiff line numberDiff 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
77
name = "ansys-sphinx-theme"
8-
version = "1.0.6"
8+
version = "1.0.7"
99
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4"

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/pydata-sphinx-theme-custom.css

+7
Original file line numberDiff line numberDiff 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

507508
span.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
*/

0 commit comments

Comments
 (0)