Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 193: Line 193:
  
 
         .choice.guide:hover .button {
 
         .choice.guide:hover .button {
             color: var(--links-blue);
+
             color: var(--links-orange);
 
         }
 
         }
  
 
         .choice.case:hover .button {
 
         .choice.case:hover .button {
             color: var(--links-blue);
+
             color: var(--links-cyan);
 
         }
 
         }
  
 
         .choice.handbook:hover .button {
 
         .choice.handbook:hover .button {
             color: var(--links-blue);
+
             color: var(--handbook-color);
 
         }
 
         }
  
 
         .choice.safe:hover .button {
 
         .choice.safe:hover .button {
             color: var(--links-blue);
+
             color: var(--safe-color);
 
         }
 
         }
 
     </style>
 
     </style>

Revision as of 12:35, 7 December 2022

Development version of the Compass.
Not ready for production!