File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1+ fix: sphinx design card font size
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 = " 0.16.4 "
8+ version = " 0.16.5 "
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 @@ -199,7 +199,6 @@ span.highlighted {
199199 color : var (--pst-color-inline-code );
200200 font-family : var (--pst-font-family-monospace );
201201 font-weight : 500 ;
202- font-size : 87.5% ;
203202}
204203
205204code .literal {
@@ -873,7 +872,6 @@ blockquote {
873872}
874873.sd-sphinx-override ,
875874.sd-sphinx-override * {
876- font-size : medium;
877875 flex : auto;
878876}
879877
@@ -929,11 +927,6 @@ blockquote {
929927 background-color : var (--pst-color-background ) !important ;
930928}
931929
932- /* hide the file name from card with clickable link footer in sphinx design */
933- .sd-hide-link-text {
934- display : none;
935- }
936-
937930.bd-content .sd-card .sd-card-header {
938931 border : none;
939932 background-color : transparent;
You can’t perform that action at this time.
0 commit comments