Template:Important: Difference between revisions

m typo
Explicitly define a text color. Fixes the text not being visible on dark mode.
 
Line 1: Line 1:
<includeonly>
<includeonly>
<div class="important" style="background-color: #fee; border: 1px solid #faa; padding: 10px; margin: 10px 0; width:fit-content">
<div class="important" style="background-color: #fee; color: #000; border: 1px solid #faa; padding: 10px; margin: 10px 0; width:fit-content">
<strong>Important:</strong> {{{1}}}
<strong>Important:</strong> {{{1}}}
</div>
</div>