Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Blockquote styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Smith committed Jun 7, 2022
1 parent e45a2c1 commit d1f315c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bcml/assets/src/scss/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ code {
color: #00c853;
}

blockquote {
border-left: 4px solid $bg-lighter;
color: scale-color($color: $bg-lighter, $lightness: 25%);
padding-left: 1rem;
}

.overflow-y {
overflow-y: auto;
}
Expand Down

0 comments on commit d1f315c

Please sign in to comment.