Update file users.php
This commit is contained in:
parent
4a197bf67d
commit
71f57622ec
@ -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">
|
||||
<link rel="stylesheet" href="./src/css/style.css">
|
||||
<style>
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.body {
|
||||
<?=$theme_dark?>
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: light) {
|
||||
.body {
|
||||
<?=$theme_light?>
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.body {
|
||||
<?=$theme_dark?>
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: light) {
|
||||
.body {
|
||||
<?=$theme_light?>
|
||||
}
|
||||
}
|
||||
|
||||
@ -48,6 +48,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
|
||||
padding: 0.5em 1em 0.5em 0.5em;
|
||||
border-radius: 10em;
|
||||
width: 15em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.user-username {
|
||||
|
Loading…
x
Reference in New Issue
Block a user