gatsby-core-theme 30.0.90 → 30.0.92

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/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [30.0.92](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.91...v30.0.92) (2024-03-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added common rule in content css ([cb3a414](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/cb3a414a55c586ca8c754895fb3dac522517297e))
7
+
8
+
9
+ * Merge branch 'tm-1222-repeated-bullets' into 'master' ([8f30404](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/8f304047d1ad36db0dd9b87f7f039dfc18de45f0))
10
+
11
+ ## [30.0.91](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.90...v30.0.91) (2024-03-04)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * added extra styling ([c079d2a](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c079d2a105a019069518201774928f496eeaef39))
17
+
18
+
19
+ * Merge branch 'tm-1222-repeated-bullets' into 'master' ([1e67e59](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1e67e592106b33124b33ed3a22511fe577e2f497))
20
+
1
21
  ## [30.0.90](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.89...v30.0.90) (2024-03-04)
2
22
 
3
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "30.0.90",
3
+ "version": "30.0.92",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -179,4 +179,8 @@
179
179
 
180
180
  .collapsableContainer {
181
181
  max-width: var(--max-width-content, var(--main-container-max)) !important;
182
+ }
183
+
184
+ ul, ol{
185
+ list-style: none !important;
182
186
  }
@@ -24,7 +24,6 @@
24
24
 
25
25
  ul {
26
26
  list-style-type: disc;
27
-
28
27
  ::marker {
29
28
  content: '';
30
29
  }
@@ -52,13 +51,11 @@
52
51
  ol {
53
52
  list-style-type: decimal;
54
53
  padding: 0 1.6rem 1.6rem 5.2rem;
55
- list-style: none;
56
54
 
57
55
  li {
58
56
  counter-increment: li;
59
57
  display: list-item;
60
58
  position: relative;
61
- list-style: none;
62
59
  }
63
60
 
64
61
  ::marker {