Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 143: Line 143:
 
             transition: all 250ms;
 
             transition: all 250ms;
 
         }
 
         }
       
+
 
        .choice:hover .button {
 
            background-color: currentColor;
 
            color: #fff;
 
        }
 
       
 
 
         .choice:hover .desc {
 
         .choice:hover .desc {
 
             font-weight: 700;
 
             font-weight: 700;
Line 161: Line 156:
 
         }
 
         }
  
 +
        .choice.tech:hover .button {
 +
            background-color: var(--links-blue);
 +
            color: #fff;
 +
        }
 +
 +
        .choice.guide:hover .button {
 +
            background-color: var(--links-orange);
 +
            color: #fff;
 +
        }
 
     </style>
 
     </style>
  

Revision as of 17:31, 23 November 2022

Development version of the Compass.
Not ready for production!