33}
44
55div .version {
6- color : # FFD92C !important ;
6+ color : # ffd92c !important ;
77}
88
99.wy-nav-side {
@@ -15,7 +15,7 @@ div.version {
1515}
1616
1717.wy-side-nav-search input [type = "text" ] {
18- border-radius : 6px !important ;
18+ border-radius : 6px !important ;
1919}
2020
2121.wy-nav-content {
@@ -51,41 +51,52 @@ div.version {
5151}
5252
5353a {
54- color : # 5B64B1 ;
54+ color : # 5b64b1 ;
5555}
5656
5757.rst-content .viewcode-link {
5858 color : # 7013e1d9 ;
5959}
6060
6161.highlight {
62- background : # f1f5fb!important ;
62+ background : # f1f5fb !important ;
6363}
6464
6565.rst-content div [class ^= "highlight" ] {
6666 border : 1px solid # e4eaf2 ;
6767}
6868
6969.wy-menu-vertical p .caption {
70- color : # FFD92C ;
70+ color : # ffd92c ;
7171}
7272
73- div .output_subarea .output_html .rendered_html .output_result {
73+ div .output_subarea .output_html .rendered_html .output_result {
7474 overflow : auto;
7575}
7676
7777/* function/class top bar */
78- html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) > dt {
78+ html .writer-html5
79+ .rst-content
80+ dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (
81+ .glossary
82+ ): not (.simple )
83+ > dt {
7984 color : # 404040 ;
8085 border-top : solid 4px # 7013e1d9 ;
81- background : # FFD833A8 ;
86+ background : # ffd833a8 ;
8287}
8388
8489/* class params */
85- html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) dl : not (.field-list ) > dt {
90+ html .writer-html5
91+ .rst-content
92+ dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (
93+ .glossary
94+ ): not (.simple )
95+ dl : not (.field-list )
96+ > dt {
8697 color : # 404040 ;
8798 border-left : solid 4px # 7013e1d9 ;
88- background : # FFD8338F ;
99+ background : # ffd8338f ;
89100}
90101
91102/* the other elements, but more specific - leave them be */
@@ -104,9 +115,9 @@ code.docutils.literal.notranslate > span[class="pre"] {
104115}
105116
106117.rst-content .seealso {
107- background : # fafae2!important ;
118+ background : # fafae2 !important ;
108119}
109120
110121.rst-content .seealso .admonition-title {
111- background : # 7013e1d9!important ;
122+ background : # 7013e1d9 !important ;
112123}
0 commit comments