File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ html[data-theme="light"] {
56
56
html [data-theme = "dark" ] {
57
57
--pst-color-primary : # B8A18B ;
58
58
--pst-color-secondary : # 61B29C ;
59
- --tab-color : # 61B29C ;
59
+ --tab-color : # B8A18B ;
60
60
--pst-color-link : var (--pst-color-muted );
61
- --sd-color-info-bg : var ( --pst-color-primary ) ;
61
+ --sd-color-info-bg : # 00643C ;
62
62
--pst-color-table-row-hover-bg : # 8851AD ;
63
63
--pst-color-inline-code-links : # 6DB5DD ;
64
64
--pst-color-inline-code : # FED88B ;
@@ -97,10 +97,12 @@ img {
97
97
border-top-right-radius : 0.1em ;
98
98
border : 0 ;
99
99
font-weight : bold;
100
+ color : var (--pst-color-primary-text );
100
101
}
101
102
102
103
.sphinx-tabs-tab [aria-selected = "true" ] {
103
104
background-color : var (--sd-color-info-bg );
105
+ color : var (--pst-color-text-base );
104
106
}
105
107
106
108
html [data-theme = dark ] .dataframe {
Original file line number Diff line number Diff line change 1
1
*************************************
2
- Electromagnetics Simulation Platform
2
+ Electromagnetics Platform
3
3
*************************************
4
4
5
5
.. role :: raw-html(raw)
You can’t perform that action at this time.
0 commit comments