Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
</a>
</p>
+ <p class="text-error">
+ $Lang::tr{'wg warning configuration only shown once'}
+ </p>
+
<p>
<form method="GET" action="">
<button type="submit">$Lang::tr{'done'}</button>
END
&Header::closebox();
-
- # Show a note that this configuration cannot be shown again
- &Header::errorbox((
- $Lang::tr{'wg warning configuration only shown once'},
- ));
-
&Header::closepage();
exit(0);
text-align: right;
}
+/*
+ Text Colors
+*/
+.text-error {
+ color: var(--color-red);
+}
+
/* Header */
#header {