Skip to content

Commit

Permalink
Adjust quote styling (#3752)
Browse files Browse the repository at this point in the history
Adjust blockquote style to make quotes more obvious. 

closes #3623
  • Loading branch information
koopmant authored Dec 17, 2024
1 parent a77cadc commit 02391c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/grandchallenge/core/static/css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ $pagination-disabled-bg: lighten($blue, 15%) !default;
.btn {
margin: $btn-focus-width;
}

blockquote {
padding: 0 $spacer;
font-size: inherit !important;
border-left: $spacer * .25 solid $primary;
color: $primary;
}

0 comments on commit 02391c6

Please sign in to comment.