File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8181body
8282{
8383 background-color : # f5f5f5 ;
84- color : # 222 ;
84+ color : rgb ( 20 , 20 , 20 ) ;
8585 font-family : sans-serif, Arial, Helvetica;
8686 font-size : var (--_font-level-0 );
8787 margin : 0 ;
@@ -116,9 +116,9 @@ main {
116116
117117/* style */
118118
119- : link { color : # bb0000 ; text-decoration : none;}
119+ : link { color : rgb ( 220 , 0 , 0 ) ; text-decoration : none;}
120120: link : hover {text-decoration : underline;}
121- : visited { color : # 770000 ; text-decoration : none;}
121+ : visited { color : rgb ( 187 , 0 , 0 ) ; text-decoration : none;}
122122a .toc-backref { color : # 000000 ; }
123123
124124.header h1 { margin-left : 1em ; }
Original file line number Diff line number Diff line change 8181body
8282{
8383 background-color : # f5f5f5 ;
84- color : # 222 ;
84+ color : rgb ( 20 , 20 , 20 ) ;
8585 font-family : sans-serif, Arial, Helvetica;
8686 font-size : var (--_font-level-0 );
8787 margin : 0 ;
@@ -116,9 +116,9 @@ main {
116116
117117/* style */
118118
119- : link { color : # bb0000 ; text-decoration : none;}
119+ : link { color : rgb ( 220 , 0 , 0 ) ; text-decoration : none;}
120120: link : hover {text-decoration : underline;}
121- : visited { color : # 770000 ; text-decoration : none;}
121+ : visited { color : rgb ( 187 , 0 , 0 ) ; text-decoration : none;}
122122a .toc-backref { color : # 000000 ; }
123123
124124.header h1 { margin-left : 1em ; }
You can’t perform that action at this time.
0 commit comments