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 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 16:31, 23 November 2022

Development version of the Compass.
Not ready for production!