Template:Prealpha/styles.css

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

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