change 0.0.0.0 to localhost

This commit is contained in:
2026-03-24 16:30:46 -07:00
parent ec2fd3ac06
commit 7cd39319f6
5 changed files with 17 additions and 17 deletions

View File

@ -23,7 +23,7 @@
}
/* ------------------------------------------------------------------
Meter - darkmode look
Meter - dark-mode look
------------------------------------------------------------------ */
#meter {
display: flex;
@ -31,16 +31,16 @@
padding: 8px; /* doubled padding inside container */
align-items: center;
/* Cardstyle background + border - same as before */
/* Card-style background + border - same as before */
background: var(--bg-card);
border: 1px solid var(--clr-border);
border-radius: 4px;
max-width: 420px; /* doubled maxwidth */
max-width: 420px; /* doubled max-width */
box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
/* ------------------------------------------------------------------
Bar - lightdark contrast
Bar - light-dark contrast
------------------------------------------------------------------ */
#meter div {
width: 36px; /* doubled width */