We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e2d75 commit da91238Copy full SHA for da91238
1 file changed
website/src/css/customTheme.scss
@@ -223,8 +223,14 @@ html[data-theme="dark"] {
223
}
224
225
226
-main[class^="docMainContainer"] > .container {
227
- padding-top: 2rem !important;
+/*
+Layer needed to override utility rules using !important in the Infima layer
228
+See also https://css-tricks.com/css-cascade-layers/#aa-important-layers
229
+*/
230
+@layer docusaurus.infima.importantOverrides {
231
+ main[class^="docMainContainer"] > .container {
232
+ padding-top: 2rem !important;
233
+ }
234
235
236
div[class^="generatedIndexPage"] {
0 commit comments