Template:Container: Difference between revisions

Template page
Tweaked colors to work with light and dark theme
Line 3: Line 3:
   position: relative;
   position: relative;


   color: #11151d;
   color: var(--color-base--emphasized);
   font-family: var(--font-family-base);
   font-family: var(--font-family-base);
   font-variation-settings: 'GRAD' var(--font-grade);
   font-variation-settings: 'GRAD' var(--font-grade);
   font-weight: var(--font-weight-medium);
   font-weight: var(--font-weight-medium);


   background-color: #61d1fa;
   background-color: rgba(96.9, 209.1, 249.9, 0.25);
 
   padding: 0.5em 0.5em 0.5em 60px;
   padding: 0.5em 0.5em 0.5em 60px;
   margin: 0.5em 0;
   margin: 0.5em 0;
Line 15: Line 15:
   min-height: 58px;
   min-height: 58px;
  
  
   border: 1px solid #ddd;
   border: 1px solid;
   border-color: #284c5d;
   border-color: rgba(96.9, 209.1, 249.9, 0.25);
   border-radius: 8px;
   border-radius: 12px;


"><span style="
"><span style="

Revision as of 20:28, 17 January 2024

WarningExample Text
Over
Multiple
Lines