style cart.php

This commit is contained in:
Frank Harris 2025-11-10 14:04:13 -05:00
parent 0a85bc1111
commit be1e5e7826

View file

@ -313,9 +313,9 @@ $siteBase = $protocol . $host;
<title>Shopping Cart - Game Server Panel</title>
<link rel="stylesheet" href="css/header.css">
<style>
/* Do not override site-wide font or header/menu styles here.
Keep body reset minimal so includes/menu.php can control header styling. */
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 0;
}