We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3128b94 + 274fff7 commit 1086e27Copy full SHA for 1086e27
website/content/public/css/main.css
@@ -70,6 +70,19 @@ a[href^='https']:not([href*='monogame.net']):not(.btn)::after {
70
display: none !important;
71
}
72
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
86
/*******************************************************************************
87
*** Section: Bootstrap Overrides
88
*** Contains various overrides to the built-in bootstrap classes and properties
0 commit comments