aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/user/delete.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-07-05 01:43:18 +0200
committerThomas Lange <code@nerdmind.de>2021-07-05 01:43:18 +0200
commitcb6e45b130bde70458ee544069834a951214037d (patch)
tree47323057dd74b995ae0cb908cdf760e3d6904ad6 /theme/admin/html/user/delete.php
parent7f1223c36bf1ebfd6c22265ed9aec630e5a054bb (diff)
downloadblog-cb6e45b130bde70458ee544069834a951214037d.tar.gz
blog-cb6e45b130bde70458ee544069834a951214037d.tar.xz
blog-cb6e45b130bde70458ee544069834a951214037d.zip
Add SCSS variables and do some minor optimizations
This commit adds and uses variables for the SCSS files. Additionally, some minor optimizations have been done on the theme's HTML/CSS code.
Diffstat (limited to 'theme/admin/html/user/delete.php')
-rw-r--r--theme/admin/html/user/delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/user/delete.php b/theme/admin/html/user/delete.php
index b500a12..16e11b5 100644
--- a/theme/admin/html/user/delete.php
+++ b/theme/admin/html/user/delete.php
@@ -2,7 +2,7 @@
<h1><i class="fa fa-trash-o"></i><?=$Language->text('delete_user')?></h1>
<p><?=$Language->text('delete_user_desc')?></p>
-<p class="red"><?=$Language->text('delete_user_warning')?></p>
+<p class="warning"><?=$Language->text('delete_user_warning')?></p>
<?=$HTML?>
</main>