Template:Prealpha/styles.css: Difference between revisions
(Created page with ".prealpha { color: red; }") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.prealpha { | .prealpha { | ||
color: | background-color: #eaecf0; | ||
border: 1px solid #c8ccd1; | |||
padding: 3px; | |||
} | |||
.prealpha::before { | |||
content: '⚠️'; | |||
margin-right: 3px; | |||
} | } |
Latest revision as of 13:34, 28 April 2023
.prealpha { background-color: #eaecf0; border: 1px solid #c8ccd1; padding: 3px; } .prealpha::before { content: '⚠️'; margin-right: 3px; }