Widget: Compass: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 11:35, 7 December 2022

Development version of the Compass.
Not ready for production!