Skip to content

Commit

Permalink
Merge pull request #137 from AristurtleDev/fix/quotes
Browse files Browse the repository at this point in the history
Fix blockquote styling
  • Loading branch information
SimonDarksideJ authored Jun 22, 2024
2 parents 3128b94 + 274fff7 commit 1086e27
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/content/public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@ a[href^='https']:not([href*='monogame.net']):not(.btn)::after {
display: none !important;
}

blockquote {
border-style: solid;
border-width: 0 0 0 3px;
border-color: #c4c8cb;
margin: 1.2em 0 2em;
padding: 0 .8em;
display: block;
}

[data-bs-theme="dark"] blockquote {
border-color: #41464b;
}

/*******************************************************************************
*** Section: Bootstrap Overrides
*** Contains various overrides to the built-in bootstrap classes and properties
Expand Down

0 comments on commit 1086e27

Please sign in to comment.