Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 18: Line 18:
  
 
         #cmp-container h2 {
 
         #cmp-container h2 {
            font-size: 1.4em;
 
 
             margin-top: 2em;
 
             margin-top: 2em;
 
             padding-bottom: 5px;
 
             padding-bottom: 5px;
 
             border-bottom: 1px solid var(--links-cyan);
 
             border-bottom: 1px solid var(--links-cyan);
 
             color: var(--links-cyan);
 
             color: var(--links-cyan);
 +
        }
 +
 +
        #cmp-container h3 {
 +
            font-weight: 1.4em;
 
         }
 
         }
  
Line 32: Line 35:
 
             font-size: 1.2em;
 
             font-size: 1.2em;
 
             padding-left: 2em;
 
             padding-left: 2em;
 +
        }
 +
 +
        .question::before {
 
             content: "— ";
 
             content: "— ";
 
         }
 
         }

Revision as of 16:23, 22 November 2022

Development version of the Compass.
Not ready for production!