File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ img.logo {
284284
285285blockquote ,
286286.blockquote {
287- border-left : 0.25rem solid var (--bs-secondary );
287+ border-left : 0.25rem solid var (--bs-link-hover-color );
288288 margin-bottom : 1rem ;
289289 font-size : 1.25rem ;
290290}
@@ -1000,11 +1000,11 @@ div.callout.callout-style-default > .callout-header {
10001000}
10011001
10021002div .callout-note .callout {
1003- border-left-color : var (--bs-info );
1003+ border-left-color : var (--bs-link-color );
10041004}
10051005
10061006div .callout-note .callout-style-default > .callout-header {
1007- background-color : RGBA (var (--bs-info -rgb ), 0.1 );
1007+ background-color : RGBA (var (--bs-link-color -rgb ), 0.1 );
10081008}
10091009
10101010div .callout-note : not (.callout-titled ) .callout-icon ::before {
@@ -1106,3 +1106,14 @@ div.callout-body-container.callout-body pre {
11061106div .callout-body-container .callout-body .btn-copy-ex {
11071107 right : 18px !important ;
11081108}
1109+
1110+ .screen-reader-only {
1111+ position : absolute;
1112+ clip : rect (0 0 0 0 );
1113+ border : 0 ;
1114+ height : 1px ;
1115+ margin : -1px ;
1116+ overflow : hidden;
1117+ padding : 0 ;
1118+ width : 1px ;
1119+ }
You can’t perform that action at this time.
0 commit comments