Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 3: Line 3:
 
<includeonly>
 
<includeonly>
 
     <style>
 
     <style>
 +
        :root {
 +
            --compass-color: #C31980;
 +
        }
 +
 
         .plus.icon {
 
         .plus.icon {
 
             color: currentColor;
 
             color: currentColor;
Line 55: Line 59:
 
             margin-top: 2em;
 
             margin-top: 2em;
 
             padding-bottom: 5px;
 
             padding-bottom: 5px;
             color: var(--links-cyan);
+
             color: var(--compass-color);
 
             cursor: pointer;
 
             cursor: pointer;
 
         }
 
         }

Revision as of 18:01, 23 November 2022

Development version of the Compass.
Not ready for production!