@ansible/ansible-ui-framework 0.0.329 → 0.0.330

Sign up to get free protection for your applications and to get access to all the features.
@@ -95,11 +95,20 @@ table {
95
95
  background-color: #0004;
96
96
  }
97
97
 
98
- tr {
99
- background-color: 'unset';
98
+ .markdown-body table tr {
99
+ background-color: unset;
100
100
  border: unset;
101
101
  }
102
102
 
103
- td {
103
+ .markdown-body table tr:nth-child(2n) {
104
+ background-color: unset;
105
+ }
106
+
107
+ .markdown-body table th,
108
+ .markdown-body table td {
104
109
  border: unset;
105
110
  }
111
+
112
+ td code {
113
+ color: #4ad;
114
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.329",
4
+ "version": "0.0.330",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {