@sp-days-framework/docusaurus-plugin-interactive-tasks 1.0.2 → 1.0.4-rc1

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.
@@ -46,7 +46,6 @@
46
46
  }
47
47
 
48
48
  .hintContent code {
49
- background-color: unset;
50
49
  border-radius: 3px;
51
50
  padding: 0.125rem 0.375rem;
52
51
  font-size: 0.9em;
@@ -46,7 +46,6 @@
46
46
  }
47
47
 
48
48
  .solutionContent code {
49
- background-color: unset;
50
49
  border-radius: 3px;
51
50
  padding: 0.125rem 0.375rem;
52
51
  font-size: 0.9em;
@@ -23,7 +23,6 @@
23
23
  }
24
24
 
25
25
  .textContainer code {
26
- background-color: unset;
27
26
  border-radius: 3px;
28
27
  padding: 0.125rem 0.375rem;
29
28
  font-size: 0.9em;
@@ -32,8 +31,3 @@
32
31
  .textContainer pre code {
33
32
  padding: 16px;
34
33
  }
35
-
36
- .textContainer pre {
37
- margin-top: 20px;
38
- margin-bottom: 20px;
39
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sp-days-framework/docusaurus-plugin-interactive-tasks",
3
- "version": "1.0.2",
3
+ "version": "1.0.4-rc1",
4
4
  "description": "A Docusaurus plugin for interactive task components with progress tracking",
5
5
  "repository": {
6
6
  "type": "git",