Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 163: Line 163:
 
         .choice.case {
 
         .choice.case {
 
             color: var(--links-cyan);
 
             color: var(--links-cyan);
 +
        }
 +
 +
        .choice.handbook {
 +
            color: #C35C19;
 +
        }
 +
 +
        .choice.safe {
 +
            color: #80C319;
 
         }
 
         }
  
Line 177: Line 185:
 
         .choice.case:hover .button {
 
         .choice.case:hover .button {
 
             background-color: var(--links-cyan);
 
             background-color: var(--links-cyan);
 +
            color: #fff;
 +
        }
 +
 +
        .choice.handbook:hover .button {
 +
            background-color: #C35C19;
 +
            color: #fff;
 +
        }
 +
 +
        .choice.safe:hover .button {
 +
            background-color: #80C319;
 
             color: #fff;
 
             color: #fff;
 
         }
 
         }

Revision as of 12:13, 24 November 2022

Development version of the Compass.
Not ready for production!