@@ -603,7 +603,7 @@ pre {
603603 /* IE 5.5+ and up */ }
604604
605605code {
606- color : # 11a611 ; }
606+ color : # 0d870d ; }
607607
608608var {
609609 font-style : italic; }
@@ -724,6 +724,9 @@ a, a:active, a:visited, a:hover, a:visited:hover {
724724 color : # 3776ab ;
725725 text-decoration : none; }
726726
727+ table tr td a , table tr td a : active , table tr td a : visited , table tr td a : hover , table tr td a : visited : hover {
728+ color : # 3571a3 ; }
729+
727730a : hover , a : focus {
728731 color : # 1e2933 ; }
729732
@@ -1619,7 +1622,7 @@ input#s,
16191622 padding : 1.25em 1.5em ; }
16201623 .slide-code code {
16211624 display : inline-block;
1622- color : # 11a611 ; }
1625+ color : # 0d870d ; }
16231626 .slide-code code .comment {
16241627 color : # 666666 ; }
16251628 .slide-code code .output {
@@ -1932,8 +1935,7 @@ input#s,
19321935 background-color : # e6e8ea ;
19331936 padding : .125em .375em 0 ;
19341937 margin : 0 .25em ; }
1935- .text code , .text kbd ,
1936- .sidebar-widget code ,
1938+ .text kbd ,
19371939 .sidebar-widget kbd {
19381940 padding : .125em .375em 0 ;
19391941 margin : 0 -.0625em ;
@@ -1950,7 +1952,7 @@ input#s,
19501952 .text pre ,
19511953 .sidebar-widget pre {
19521954 padding : .5em ;
1953- border-left : 5px solid # 11a611 ;
1955+ border-left : 5px solid # 0d870d ;
19541956 background : # e6e8ea ;
19551957 -webkit-box-shadow : 0 0 0.5em rgba (0 , 0 , 0 , 0.1 ) inset;
19561958 -moz-box-shadow : 0 0 0.5em rgba (0 , 0 , 0 , 0.1 ) inset;
@@ -2266,7 +2268,7 @@ table tfoot {
22662268/* ! ===== Success Stories landing page ===== */
22672269.featured-success-story {
22682270 padding : 1.3125em 0 ;
2269- background : center -230px no-repeat url ('../img/success-glow2.png?1646853871 ' ) transparent;
2271+ background : center -230px no-repeat url ('../img/success-glow2.png?1767349471 ' ) transparent;
22702272 /*blockquote*/ }
22712273 .featured-success-story img {
22722274 padding : 10px 30px ; }
@@ -3276,11 +3278,11 @@ span.highlighted {
32763278 .python .site-headline a : before {
32773279 width : 290px ;
32783280 height : 82px ;
3279- content : url ('../img/python-logo_print.png?1646853871 ' ); }
3281+ content : url ('../img/python-logo_print.png?1767349471 ' ); }
32803282 .psf .site-headline a : before {
32813283 width : 334px ;
32823284 height : 82px ;
3283- content : url ('../img/psf-logo_print.png?1646853871 ' ); } }
3285+ content : url ('../img/psf-logo_print.png?1767349471 ' ); } }
32843286/*
32853287 * When we want to review the markup for W3 and similar errors, turn some of these on
32863288 * Uses :not selectors a bunch, so only modern browsers will support them
0 commit comments