Update file users.php

This commit is contained in:
Jan BELLON 2024-03-12 14:15:16 +00:00
parent 4a197bf67d
commit 71f57622ec

View File

@ -31,14 +31,14 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./src/css/style.css"> <link rel="stylesheet" href="./src/css/style.css">
<style> <style>
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
.body { .body {
<?=$theme_dark?> <?=$theme_dark?>
} }
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
.body { .body {
<?=$theme_light?> <?=$theme_light?>
} }
} }
@ -48,6 +48,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
padding: 0.5em 1em 0.5em 0.5em; padding: 0.5em 1em 0.5em 0.5em;
border-radius: 10em; border-radius: 10em;
width: 15em; width: 15em;
margin: 0 auto;
} }
.user-username { .user-username {