Skip to content

Commit cd3b0df

Browse files
📚 Final docs styling for pre-release
1 parent 727b33e commit cd3b0df

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/_static/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ html[data-theme="light"] {
5656
html[data-theme="dark"] {
5757
--pst-color-primary: #B8A18B;
5858
--pst-color-secondary: #61B29C;
59-
--tab-color: #61B29C;
59+
--tab-color: #B8A18B;
6060
--pst-color-link: var(--pst-color-muted);
61-
--sd-color-info-bg: var(--pst-color-primary);
61+
--sd-color-info-bg: #00643C;
6262
--pst-color-table-row-hover-bg: #8851AD;
6363
--pst-color-inline-code-links: #6DB5DD;
6464
--pst-color-inline-code:#FED88B;
@@ -97,10 +97,12 @@ img {
9797
border-top-right-radius: 0.1em;
9898
border: 0;
9999
font-weight: bold;
100+
color: var(--pst-color-primary-text);
100101
}
101102

102103
.sphinx-tabs-tab[aria-selected="true"] {
103104
background-color: var(--sd-color-info-bg);
105+
color: var(--pst-color-text-base);
104106
}
105107

106108
html[data-theme=dark] .dataframe {

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*************************************
2-
Electromagnetics Simulation Platform
2+
Electromagnetics Platform
33
*************************************
44

55
.. role:: raw-html(raw)

0 commit comments

Comments
 (0)