@ansible/ansible-ui-framework 0.0.316 → 0.0.317

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,11 @@
3
3
 
4
4
  @import "{{ site.theme }}";
5
5
 
6
+ body {
7
+ line-height: 1.6em;
8
+ background-color: rgb(27,29,33);
9
+ }
10
+
6
11
  #header {
7
12
  display: none;
8
13
  }
@@ -12,6 +17,11 @@
12
17
  }
13
18
 
14
19
  a {
15
- color: #0066CC;
20
+ color: #1FA7F8;
16
21
  }
17
22
 
23
+ li {
24
+ padding-bottom: 4px;
25
+ }
26
+
27
+
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.316",
4
+ "version": "0.0.317",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {