@netfoundry/docusaurus-theme 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/legacy.css +10 -6
- package/dist/css/legacy.css +10 -6
- package/package.json +1 -1
package/css/legacy.css
CHANGED
|
@@ -2043,12 +2043,6 @@ li a code {
|
|
|
2043
2043
|
margin-top: 0 !important;
|
|
2044
2044
|
}
|
|
2045
2045
|
|
|
2046
|
-
@layer docusaurus.infima {
|
|
2047
|
-
.margin-top--md {
|
|
2048
|
-
margin-top: 0 !important;
|
|
2049
|
-
}
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
2046
|
#Wizardly div {
|
|
2053
2047
|
color: rgba(44,55,65) !important;
|
|
2054
2048
|
}
|
|
@@ -2351,3 +2345,13 @@ aside nav {
|
|
|
2351
2345
|
margin-bottom: 70px; /* with the hide menu button on small screens, it obscures the last menu item without this */
|
|
2352
2346
|
}
|
|
2353
2347
|
}
|
|
2348
|
+
|
|
2349
|
+
/*
|
|
2350
|
+
starting with docusaurus 3.8 they have implemented css layers. these layers need to be
|
|
2351
|
+
overridden here to ensure styles are applied properly
|
|
2352
|
+
*/
|
|
2353
|
+
@layer docusaurus.infima {
|
|
2354
|
+
.margin-top--md {
|
|
2355
|
+
margin-top: 0 !important;
|
|
2356
|
+
}
|
|
2357
|
+
}
|
package/dist/css/legacy.css
CHANGED
|
@@ -2043,12 +2043,6 @@ li a code {
|
|
|
2043
2043
|
margin-top: 0 !important;
|
|
2044
2044
|
}
|
|
2045
2045
|
|
|
2046
|
-
@layer docusaurus.infima {
|
|
2047
|
-
.margin-top--md {
|
|
2048
|
-
margin-top: 0 !important;
|
|
2049
|
-
}
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
2046
|
#Wizardly div {
|
|
2053
2047
|
color: rgba(44,55,65) !important;
|
|
2054
2048
|
}
|
|
@@ -2351,3 +2345,13 @@ aside nav {
|
|
|
2351
2345
|
margin-bottom: 70px; /* with the hide menu button on small screens, it obscures the last menu item without this */
|
|
2352
2346
|
}
|
|
2353
2347
|
}
|
|
2348
|
+
|
|
2349
|
+
/*
|
|
2350
|
+
starting with docusaurus 3.8 they have implemented css layers. these layers need to be
|
|
2351
|
+
overridden here to ensure styles are applied properly
|
|
2352
|
+
*/
|
|
2353
|
+
@layer docusaurus.infima {
|
|
2354
|
+
.margin-top--md {
|
|
2355
|
+
margin-top: 0 !important;
|
|
2356
|
+
}
|
|
2357
|
+
}
|
package/package.json
CHANGED