File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,3 +21,15 @@ table.table-of-contents td p {
2121 color : # 343434 ;
2222 margin-bottom : 0.3em ;
2323}
24+
25+ html [data-theme = "dark" ] .logo img {
26+ filter : invert (100% ) sepia (98% ) saturate (0% ) hue-rotate (307deg ) brightness (104% ) contrast (104% );
27+ }
28+
29+ html [data-theme = "dark" ] h1 ,
30+ html [data-theme = "dark" ] h2 ,
31+ html [data-theme = "dark" ] h3 ,
32+ html [data-theme = "dark" ] h4 ,
33+ html [data-theme = "dark" ] h5 {
34+ color : # aaa ;
35+ }
Original file line number Diff line number Diff line change 5353#
5454html_theme = 'pydata_sphinx_theme'
5555html_title = 'FlexConfirmMail'
56+ html_logo = '_static/logo.svg'
5657html_baseurl = 'https://www.flexconfirmmail.com/'
5758html_css_files = ['custom.css' ]
5859html_show_copyright = False
7879 "use_edit_page_button" : True ,
7980 "navigation_with_keys" : False ,
8081 "show_prev_next" : False ,
81- "logo" : {
82- "image_light" : "logo.svg" ,
83- "image_dark" : "logo-dark.png" ,
84- }
8582}
8683
8784
You can’t perform that action at this time.
0 commit comments