Update file compte.php

This commit is contained in:
Jan BELLON 2024-03-08 21:32:56 +00:00
parent f92aedf147
commit f9a8e2055f

View File

@ -74,10 +74,10 @@ if(isset($_POST['delete_account'])) {
foreach ($themes as $thid => $th) {
echo "<a href='?theme=" . $thid . "'><div style='" . $th . "; display: flex'>";
echo "<div style='display: inline; background-color: var(--text); padding: " . $height/2 . " ". $width/8 ."'></div>";
echo "<div style='display: inline; background-color: var(--background); padding: " . $height/2 . " ". $width/8 ."'></div>";
echo "<div style='display: inline; background-color: var(--banner-background); padding: " . $height/2 . " ". $width/8 ."'></div>";
echo "<div style='display: inline; background-color: var(--buttons); padding: " . $height/2 . " ". $width/8 ."'></div>";
echo "<div style='display: inline; background-color: var(--text); padding: " . $height/2 . "em ". $width/8 ."em'></div>";
echo "<div style='display: inline; background-color: var(--background); padding: " . $height/2 . "em ". $width/8 ."em'></div>";
echo "<div style='display: inline; background-color: var(--banner-background); padding: " . $height/2 . "em ". $width/8 ."em'></div>";
echo "<div style='display: inline; background-color: var(--buttons); padding: " . $height/2 . "em ". $width/8 ."em'></div>";
echo "</div></a>";
}
?>