Skip to content

Commit b0b6ab3

Browse files
committed
fix: color for topic directive (#343)
1 parent 9e7760c commit b0b6ab3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css

+4
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,10 @@ div.nboutput
10731073
background-color: transparent;
10741074
}
10751075

1076+
aside.topic > p {
1077+
color: var(--pst-color-text-base) !important;
1078+
}
1079+
10761080
/*
10771081
############
10781082
Border lines

0 commit comments

Comments
 (0)