Template:Warned link/styles.css
Template page
More actions
.warned-link {
white-space: nowrap;
}
.warned-link-box {
display: inline-block;
margin-left: 0.35em;
padding: 0.1em 0.45em;
font-size: 0.8em;
line-height: 1.2;
font-weight: 500;
background-color: #f3e6c9; /* warm beige */
color: #5a3e1b; /* soft brown text */
border: 1px solid #d6c39a;
border-radius: 3px;
}