Skip to content

Commit 1086e27

Browse files
Merge pull request #137 from AristurtleDev/fix/quotes
Fix blockquote styling
2 parents 3128b94 + 274fff7 commit 1086e27

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

website/content/public/css/main.css

+13
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@ a[href^='https']:not([href*='monogame.net']):not(.btn)::after {
7070
display: none !important;
7171
}
7272

73+
blockquote {
74+
border-style: solid;
75+
border-width: 0 0 0 3px;
76+
border-color: #c4c8cb;
77+
margin: 1.2em 0 2em;
78+
padding: 0 .8em;
79+
display: block;
80+
}
81+
82+
[data-bs-theme="dark"] blockquote {
83+
border-color: #41464b;
84+
}
85+
7386
/*******************************************************************************
7487
*** Section: Bootstrap Overrides
7588
*** Contains various overrides to the built-in bootstrap classes and properties

0 commit comments

Comments
 (0)