@ansible/ansible-ui-framework 0.0.333 → 0.0.334

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,7 +67,7 @@ h4 {
67
67
  }
68
68
 
69
69
  .highlight .kd {
70
- color: orangered;
70
+ color: #4ad;
71
71
  }
72
72
 
73
73
  .highlight .o {
@@ -75,7 +75,7 @@ h4 {
75
75
  }
76
76
 
77
77
  .highlight .s1 {
78
- color: #0a0;
78
+ color: #fffc;
79
79
  }
80
80
 
81
81
  .highlight .s {
@@ -88,13 +88,17 @@ h4 {
88
88
 
89
89
  .highlight .err {
90
90
  background: unset;
91
- color: #b00;
91
+ color: orangered;
92
92
  }
93
93
 
94
- table {
94
+ table head {
95
95
  background-color: #0004;
96
96
  }
97
97
 
98
+ table body {
99
+ background-color: #0006;
100
+ }
101
+
98
102
  .markdown-body table tr {
99
103
  background-color: unset;
100
104
  border: unset;
@@ -110,12 +114,13 @@ table {
110
114
  }
111
115
 
112
116
  .markdown-body table th {
113
- color: FFF8;
117
+ color: #fffb;
114
118
  border: unset;
115
119
  border-bottom: 1px solid #fff4;
116
120
  }
117
121
 
118
- td code {
122
+ .markdown-body code,
123
+ .markdown-body tt {
119
124
  color: #4ad;
120
125
  background-color: #fff2;
121
126
  }
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.333",
4
+ "version": "0.0.334",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {