Template:Prealpha/styles.css: Difference between revisions

From ContactsLaw Documentation
(Created page with ".prealpha { color: red; }")
 
No edit summary
Line 1: Line 1:
.prealpha {
.prealpha {
   color: red;
   background-color: silver;
  border: 1px solid gray;
}
 
.prealpha::before {
    content: '⚠️';
    margin-right: 6px;
}
}

Revision as of 13:32, 28 April 2023

.prealpha {
   background-color: silver;
   border: 1px solid gray;
}

.prealpha::before {
    content: '⚠️';
    margin-right: 6px;
}