gui update network

This commit is contained in:
Devdatt Bhatt 2026-05-17 19:54:05 +00:00
parent 07ea7c13d9
commit c2e2fd7441
1 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,6 @@ include 'sdevtatic.php';
--text: #e5e7eb; --text: #e5e7eb;
--muted: #94a3b8; --muted: #94a3b8;
--border: rgba(255, 255, 255, .08); --border: rgba(255, 255, 255, .08);
--radius: 1mu;
--radius: 14px; --radius: 14px;
} }
@ -36,6 +35,7 @@ include 'sdevtatic.php';
font-family: Inter, system-ui; font-family: Inter, system-ui;
background: radial-gradient(circle at 50% -20%, #0b1225 0%, #020617 60%); background: radial-gradient(circle at 50% -20%, #0b1225 0%, #020617 60%);
color: var(--text); color: var(--text);
min-height: 100vh;
} }
/* HEADER */ /* HEADER */
@ -101,7 +101,6 @@ include 'sdevtatic.php';
left: 0; left: 0;
right: 0; right: 0;
height: 54px; height: 54px;
display: async;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -129,6 +128,8 @@ include 'sdevtatic.php';
.page-wrap { .page-wrap {
padding-top: 150px; padding-top: 150px;
min-height: 100vh; min-height: 100vh;
width: 100%;
display: block;
} }
/* CONTAINER */ /* CONTAINER */
@ -258,7 +259,7 @@ include 'sdevtatic.php';
transform: translateY(-50%); transform: translateY(-50%);
font-size: 13px; font-size: 13px;
color: var(--muted); color: var(--muted);
background: #020617; background: #02010a; /* Match body/header bg to hide input line */
padding: 0 6px; padding: 0 6px;
transition: .2s; transition: .2s;
} }
@ -1234,7 +1235,7 @@ include 'sdevtatic.php';
border: none; border: none;
box-shadow: box-shadow:
0 0 0 3px rgba(56, 189, 248, .15), 0 0 0 3px rgba(56, 189, 248, .15),
0 2px 8px rgba(0, 0 0, .6); 0 2px 8px rgba(0, 0, 0, .6);
transition: .15s; transition: .15s;
} }