Browse Source

style(fallback page): Changed colors back to musareBlue (was xmas red)

Owen Diffey 5 years ago
parent
commit
d39790d401
1 changed files with 5 additions and 5 deletions
  1. 5 5
      fallback.html

+ 5 - 5
fallback.html

@@ -44,7 +44,7 @@
             .social #discord {
                 display: inline-block;
                 vertical-align: middle;
-                color: #ff4545;
+                color: #03a9f4;
                 font-size: 22px;
                 background-color: transparent;
                 height: 40px;
@@ -54,7 +54,7 @@
                 transition: all ease-in-out 0.5s
             }
             .social #discord .st0 {
-                fill:#ff4545;
+                fill:#03a9f4;
                 transition: all ease-in-out 0.5s
             }
             .social #discord:hover .st0 {
@@ -64,7 +64,7 @@
             .social .fa {
                 display: inline-block;
                 vertical-align: middle;
-                color: #ff4545;
+                color: #03a9f4;
                 font-size: 28px;
                 background-color: transparent;
                 height: 40px;
@@ -92,7 +92,7 @@
         		visibility: hidden;
         		width: 120px;
         		font-size: 18px;
-        		background-color: rgba(255, 69, 69, 0.8);
+        		background-color: rgba(3, 169, 244, 0.8);
         		color: #fff;
         		text-align: center;
         		border-radius: 6px;
@@ -116,7 +116,7 @@
                 margin-left: -5px;
         	    border-width: 5px;
         	    border-style: solid;
-        	    border-color: rgba(255, 69, 69, 0.8) transparent transparent transparent;
+        	    border-color: rgba(3, 169, 244, 0.8) transparent transparent transparent;
         	}
 
         	.socialIcon:hover .icon-purpose {