@@ -17,21 +17,21 @@ html{
1717 font-size : 8.763pt ;
1818}
1919body {
20- background-color : white ;
20+ background-color : rgba ( 255 , 255 , 255 , 1 ) ;
2121}
2222code .copy-to-clipboard-code {
2323 border-start-end-radius : 2px ;
2424 border-end-end-radius : 2px ;
2525 border-inline-end-width : 1px ;
2626}
2727pre {
28- border : 1px solid # ccc ;
28+ border : 1px solid rgba ( 204 , 204 , 204 , 1 ) ;
2929}
3030# body # topbar {
31- background-color : # fff ; /* avoid background bleeding*/
32- border-bottom : 1px solid # ddd ;
31+ background-color : rgba ( 255 , 255 , 255 , 1 ) ; /* avoid background bleeding*/
32+ border-bottom : 1px solid rgba ( 221 , 221 , 221 , 1 ) ;
3333 border-radius : 0 ;
34- color : # 777 ;
34+ color : rgba ( 119 , 119 , 119 , 1 ) ;
3535 padding-left : 0 ; /* for print, we want to align with the footer to ease the layout */
3636 padding-right : 0 ;
3737}
@@ -54,27 +54,27 @@ pre {
5454
5555# body h1 , # body h2 , # body h3 , # body .article-subheading , # body h4 , # body h5 , # body h6 {
5656 /* better contrast for colored elements */
57- color : black ;
57+ color : rgba ( 0 , 0 , 0 , 1 ) ;
5858}
5959# body th , # body td ,
6060# body code , # body strong , # body b ,
6161# body li , # body dd , # body dt ,
6262# body p ,
6363# body a , # body button , # body .badge .badge-content {
6464 /* better contrast for colored elements */
65- color : black ;
65+ color : rgba ( 0 , 0 , 0 , 1 ) ;
6666}
6767# body .anchor {
6868 display : none;
6969}
7070# body pre ,
7171# body code {
72- background-color : white ;
73- border-color : # ddd ;
72+ background-color : rgba ( 255 , 255 , 255 , 1 ) ;
73+ border-color : rgba ( 221 , 221 , 221 , 1 ) ;
7474}
7575
7676hr {
77- border-bottom : 1px solid # ddd ;
77+ border-bottom : 1px solid rgba ( 221 , 221 , 221 , 1 ) ;
7878}
7979body ,
8080# body ,
8787}
8888
8989# body # body-inner h1 {
90- border-bottom : 1px solid # ddd ;
90+ border-bottom : 1px solid rgba ( 221 , 221 , 221 , 1 ) ;
9191 margin-bottom : 2rem ;
9292 padding-bottom : .75rem ;
9393}
@@ -105,8 +105,8 @@ body,
105105
106106.footline {
107107 /* in print mode show footer line to signal reader the end of document */
108- border-top : 1px solid # ddd ;
109- color : # 777 ;
108+ border-top : 1px solid rgba ( 221 , 221 , 221 , 1 ) ;
109+ color : rgba ( 119 , 119 , 119 , 1 ) ;
110110 margin-top : 1.5rem ;
111111 padding-top : .75rem ;
112112}
@@ -138,7 +138,7 @@ body,
138138 position : inherit; /* IE11 doesn't know "initial" here */
139139}
140140# topbar > div {
141- background-color : # ffffff ; /* IE11 doesn't know "initial" here */
141+ background-color : rgba ( 255 , 255 , 255 , 1 ) ; /* IE11 doesn't know "initial" here */
142142}
143143# body .tab-nav-button : not (.active ) {
144144 opacity : .5 ;
@@ -154,17 +154,17 @@ mark {
154154 border-color : transparent;
155155}
156156div .box > .box-content {
157- background-color : white ;
157+ background-color : rgba ( 255 , 255 , 255 , 1 ) ;
158158}
159159
160160.btn ,
161161# body .tab-nav-button {
162- color : black !important ;
162+ color : rgba ( 0 , 0 , 0 , 1 ) !important ;
163163}
164164# body .tab-nav-button .active {
165- background-color : white !important ;
166- border-bottom-color : white !important ;
167- color : black ;
165+ background-color : rgba ( 255 , 255 , 255 , 1 ) !important ;
166+ border-bottom-color : rgba ( 255 , 255 , 255 , 1 ) !important ;
167+ color : rgba ( 0 , 0 , 0 , 1 ) ;
168168}
169169# body .tab-nav-button : not (.active ) {
170170 opacity : 1 ;
0 commit comments