File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -873,6 +873,10 @@ dark-mode-toggle::part(toggleLabel){
873873 font-size : unset;
874874}
875875
876+ div .graphviz > object {
877+ filter : var (--graphviz-filter );
878+ }
879+
876880/* Home page grid display */
877881.grid {
878882 list-style-type : none !important ;
Original file line number Diff line number Diff line change 9393 --btn-neutral-background-color : # 404040 ;
9494 --btn-neutral-hover-background-color : # 505050 ;
9595 --footer-color : # aaa ;
96+
97+ --graphviz-filter : invert (0.9 ) brightness (1.2 );
9698}
Original file line number Diff line number Diff line change 9191 --btn-neutral-background-color : # f3f6f6 ;
9292 --btn-neutral-hover-background-color : # e5ebeb ;
9393 --footer-color : # 808080 ;
94+
95+ --graphviz-filter : none;
9496}
You can’t perform that action at this time.
0 commit comments