Commit 5c8532c 1 parent 63ad0f2 commit 5c8532c Copy full SHA for 5c8532c
File tree 2 files changed +2
-40
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme
2 files changed +2
-40
lines changed Original file line number Diff line number Diff line change @@ -526,45 +526,6 @@ a > code.download {
526
526
font-weight : normal;
527
527
}
528
528
529
- /*
530
- #####################
531
- Sphinx gallery output
532
- #####################
533
- */
534
- .sphx-glr-script-out .highlight pre {
535
- background-color : var (--pst-color-codecell ) !important ;
536
- color : var (--pst-color-codeout );
537
- }
538
-
539
- .prev-next-area a p .prev-next-title {
540
- color : var (--pst-color-link );
541
- font-weight : 600 ;
542
- font-size : 1.1em ;
543
- }
544
-
545
- .highlight .s1 ,
546
- .s2 ,
547
- .kc {
548
- color : var (--pst-color-code-s1 ) !important ;
549
- }
550
-
551
- html [data-theme = "dark" ] .highlight .kn {
552
- color : # e18fff ;
553
- font-weight : normal;
554
- }
555
-
556
- .highlight .c1 {
557
- color : var (--pst-color-code-c1 );
558
- }
559
-
560
- html [data-theme = "dark" ] .highlight .n {
561
- color : # b3d7ff ;
562
- }
563
-
564
- html [data-theme = "dark" ] .highlight .nn {
565
- color : # 43d69d ;
566
- text-decoration : none;
567
- }
568
529
/*
569
530
###############
570
531
Dropdown button
Original file line number Diff line number Diff line change 1
1
[theme]
2
2
inherit = pydata_sphinx_theme
3
- pygments_style = friendly
4
3
5
4
[options]
6
5
contact_mail =
@@ -15,3 +14,5 @@ switcher =
15
14
use_meilisearch =
16
15
article_header_start = breadcrumbs.html
17
16
footer_end = theme-version.html
17
+ pygment_light_style = friendly
18
+ pygment_dark_style = monokai
You can’t perform that action at this time.
0 commit comments