Skip to content

Commit

Permalink
Change blockquote colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Jan 12, 2025
1 parent 5b3ff4d commit a8ba01b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ samp {
--bulma-table-striped-row-even-background-color: hsla(var(--parchment-h), var(--parchment-s), var(--parchment-l-invert), 0.035);
}

.content blockquote {
--bulma-content-blockquote-border-left: 5px solid var(--hunter-green);
--bulma-content-blockquote-background-color: var(--parchment);
}

/* Adapted from https://github.com/cityssm/bulma-sticky-table/blob/main/_sticky-table.scss */
.table.has-sticky-header {
thead th {
Expand Down

0 comments on commit a8ba01b

Please sign in to comment.