diff --git a/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-style.html b/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-style.html
index c9594629d3d..bf2d7280eb2 100644
--- a/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-style.html
+++ b/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-style.html
@@ -45,70 +45,6 @@
}
-
-/* Palette generated by Material Palette - materialpalette.com/light-blue/orange */
-
-.dark-primary-color { background: #0288D1; }
-.default-primary-color { background: #03A9F4; }
-.light-primary-color { background: #B3E5FC; }
-.text-primary-color { color: #FFFFFF; }
-.accent-color { background: #FF9800; }
-.primary-text-color { color: #212121; }
-.secondary-text-color { color: #727272; }
-.divider-color { border-color: #B6B6B6; }
-
-/* extra */
-.accent-text-color { color: #FF9800; }
-
-body {
- color: #212121;
-}
-
-a {
- color: #FF9800;
- text-decoration: none;
-}
-
-
-
- @-webkit-keyframes ha-spin {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(359deg);
- transform: rotate(359deg);
- }
- }
- @keyframes ha-spin {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(359deg);
- transform: rotate(359deg);
- }
- }
-
- .ha-spin {
- -webkit-animation: ha-spin 2s infinite linear;
- animation: ha-spin 2s infinite linear;
- }
-
-
-
:host {
font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
@@ -182,16 +118,3 @@ a {
}
-
- paper-toggle-button::shadow .toggle-ink {
- color: #039be5;
- }
-
- paper-toggle-button::shadow [checked] .toggle-bar {
- background-color: #039be5;
- }
-
- paper-toggle-button::shadow [checked] .toggle-button {
- background-color: #039be5;
- }
-