Changes

no edit summary
Line 1: Line 1:  
/* Prime */
 
/* Prime */
 
#prime.default {
 
#prime.default {
     background: #f2efc3;
+
     background: #a1a8c2;
 
}
 
}
   Line 12: Line 12:  
}
 
}
 
#prime-name .default {
 
#prime-name .default {
     background: #8B864E;
+
     background: cornflowerblue;
 
     color: white;
 
     color: white;
 
     font-family: "EuroHeavy";
 
     font-family: "EuroHeavy";
Line 29: Line 29:  
}
 
}
 
#prime-header .default {
 
#prime-header .default {
     background: #CDC673;
+
     background: cornflowerblue;
 
     color: white;
 
     color: white;
 
     font-family: "Aller";
 
     font-family: "Aller";
Line 43: Line 43:  
}
 
}
 
#prime-header-compact .default {
 
#prime-header-compact .default {
     background: #CDC673;
+
     background: cornflowerblue;
 
     color: white;
 
     color: white;
 
     font-family: "Aller";
 
     font-family: "Aller";
Line 52: Line 52:     
#prime-header-label {
 
#prime-header-label {
     width: 85px;  
+
     width: 85px;
     height: 20px;  
+
     height: 20px;
     transform-origin: 45px 45px;  
+
     transform-origin: 45px 45px;
     -ms-transform-origin: 45px 45px;  
+
     -ms-transform-origin: 45px 45px;
 
     -webkit-transform-origin: 45px 45px;
 
     -webkit-transform-origin: 45px 45px;
 
}
 
}