Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 4: Line 4:
 
     <style>
 
     <style>
 
         .plus.icon {
 
         .plus.icon {
             color: #000;
+
             color: var(--links-cyan);
 
             position: absolute;
 
             position: absolute;
 
             margin-left: 3px;
 
             margin-left: 3px;
Line 13: Line 13:
 
             content: '';
 
             content: '';
 
             position: absolute;
 
             position: absolute;
             width: 15px;
+
             width: 1em;
 
             height: 1px;
 
             height: 1px;
 
             background-color: currentColor;
 
             background-color: currentColor;
Line 21: Line 21:
 
             content: '';
 
             content: '';
 
             position: absolute;
 
             position: absolute;
             width: 15px;
+
             width: 1em;
 
             height: 1px;
 
             height: 1px;
 
             background-color: currentColor;
 
             background-color: currentColor;
Line 39: Line 39:
 
             font-weight: 300;
 
             font-weight: 300;
 
             letter-spacing: .06em;
 
             letter-spacing: .06em;
 +
            position: relative;
 
         }
 
         }
  

Revision as of 11:22, 23 November 2022

Development version of the Compass.
Not ready for production!