Skip to content

Commit

Permalink
Merge pull request #729 from flash62au/sphinx
Browse files Browse the repository at this point in the history
style fixes - Dark theme
  • Loading branch information
flash62au authored Aug 13, 2023
2 parents 183713b + 4872de0 commit 817617b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion docs/_static/css/dccex_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ html[data-theme='dark'] h4, .h4 {
}
html[data-theme='dark'] h4 a,
html[data-theme='dark'] h4 a:visited {
color: #00a3b9ff !important;
color: #ffffff !important;
}
h5, .h5 {
font-family: Roboto,Helvetica,Arial,sans-serif !important;
Expand Down Expand Up @@ -798,6 +798,20 @@ html[data-theme='dark'] .rst-content code.literal, .rst-content tt.literal {
font-size: 80% !important;
}

.new-in-v5 {
font-family: Audiowide,Helvetica,Arial,sans-serif;
font-weight: bold;
font-style: italic;
color: #00a3b9;
font-size: 110%;
}

html[data-theme='dark'] .new-in-v5 {
font-weight: normal;
color: #ffffff;
text-shadow: 0px 0px 10px #00a3b9;
}

/* *************************************** */

@media not screen and (max-width: 900px) {
Expand Down
2 changes: 1 addition & 1 deletion docs/include/include.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
..
.. |NEW-IN-V5| raw:: html

<span style="font-family: Audiowide,Helvetica,Arial,sans-serif; font-weight: bold; font-style: italic; color: #00a3b9; font-size: 110%;">New in version 5 </span>
<span class="new-in-v5">New in version 5 </span>
..
.. |DEPRECATED| raw:: html

Expand Down

0 comments on commit 817617b

Please sign in to comment.