diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b5a065b7..6dcbe0f1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+## [1.6.3](https://github.com/bleenco/abstruse/compare/v1.6.2...v1.6.3) (2018-06-09)
+
+
+### Bug Fixes
+
+* **rxjs:** RxJS version 6 API updates ([daaccad](https://github.com/bleenco/abstruse/commit/daaccad))
+* **ui:** fix SVG gradients in Firefox and Safari ([cdccaa1](https://github.com/bleenco/abstruse/commit/cdccaa1))
+
+
+
## [1.6.2](https://github.com/bleenco/abstruse/compare/v1.6.1...v1.6.2) (2018-05-07)
diff --git a/package.json b/package.json
index 9b56416d5..3b922f79e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "abstruse",
- "version": "1.6.2",
+ "version": "1.6.3",
"description": "Abstruse CI",
"bin": {
"abstruse": "./dist/api/index.js"
diff --git a/src/styles/loader.sass b/src/styles/loader.sass
index 7d5bb85a4..407548428 100644
--- a/src/styles/loader.sass
+++ b/src/styles/loader.sass
@@ -48,19 +48,11 @@
@-webkit-keyframes pulsate
0%, 100%
border-left-color: $yellow
- +mobile
- border-top-color: $yellow
50%
border-left-color: rgba($yellow, 0.3)
- +mobile
- border-top-color: rgba($yellow, 0.3)
@keyframes pulsate
0%, 100%
border-left-color: $yellow
- +mobile
- border-top-color: $yellow
50%
border-left-color: rgba($yellow, 0.3)
- +mobile
- border-top-color: rgba($yellow, 0.3)