Skip to content

Commit cabc973

Browse files
committed
Override bootstrap style for blockquotes
1 parent af782e5 commit cabc973

File tree

1 file changed

+7
-0
lines changed
  • app/grandchallenge/core/static/css

1 file changed

+7
-0
lines changed

app/grandchallenge/core/static/css/core.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,10 @@ a[aria-expanded="false"] .fa-chevron-down {
242242
.htmx-request.htmx-indicator {
243243
display: inline-block;
244244
}
245+
246+
blockquote {
247+
padding: 0 1em;
248+
font-size: inherit !important;
249+
border-left: .25em solid var(--dark);
250+
color: #595959;
251+
}

0 commit comments

Comments
 (0)