Make the event text bold

This commit is contained in:
Markolie
2014-11-09 02:01:44 +01:00
parent 1d4b9c36b2
commit 54c9f99fa5
+1 -1
View File
@@ -18,7 +18,7 @@ Used In File(s): \code\modules\security_levels\keycard_authentication.dm
</div>
{{else data.screen == 2}}
<h2>Please swipe your card to authorize the following event:</h2>
<div style="text-align: center; font-size: 16px;">{{:data.event}}</div>
<div style="text-align: center; font-size: 16px; font-weight: bold;">{{:data.event}}</div>
{{:helper.link('Back', 'close', { 'reset' : 1 })}}
{{/if}}
</div>