@ansible/ansible-ui-framework 0.0.315 → 0.0.316

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,11 +3,15 @@
3
3
 
4
4
  @import "{{ site.theme }}";
5
5
 
6
- header {
6
+ #header {
7
7
  display: none;
8
8
  }
9
9
 
10
- title {
10
+ #title {
11
11
  display: none;
12
12
  }
13
-
13
+
14
+ a {
15
+ color: #0066CC;
16
+ }
17
+
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.315",
4
+ "version": "0.0.316",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {