Skip to content

Commit 98828bf

Browse files
committed
test callouts
1 parent 34cb7d1 commit 98828bf

3 files changed

Lines changed: 90 additions & 49 deletions

File tree

inst/pkgdown/assets/BS5/gitdevr.css

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ img.logo {
284284

285285
blockquote,
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

10021002
div.callout-note.callout {
1003-
border-left-color: var(--bs-info);
1003+
border-left-color: var(--bs-link-color);
10041004
}
10051005

10061006
div.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

10101010
div.callout-note:not(.callout-titled) .callout-icon::before {
@@ -1106,3 +1106,14 @@ div.callout-body-container.callout-body pre {
11061106
div.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+
}

0 commit comments

Comments
 (0)