From 077820c4167c168072d217a1b01df840463a12a8 Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 11 Jan 2026 04:31:29 +0000 Subject: Update Makima panel in soryu to match makima/frontend description --- frontend/src/styles/pc98.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'frontend/src/styles/pc98.css') diff --git a/frontend/src/styles/pc98.css b/frontend/src/styles/pc98.css index 4796730..4dcf15e 100644 --- a/frontend/src/styles/pc98.css +++ b/frontend/src/styles/pc98.css @@ -1914,6 +1914,19 @@ button:focus-visible { letter-spacing: 0.75px; } +.makima-badge { + display: inline-block; + padding: 4px 10px; + border: 1px solid #3f6fb3; + background: #0f1c2f; + color: #9bc3ff; + font-family: 'MS Gothic', monospace; + font-size: 11px; + letter-spacing: 0.08em; + text-transform: uppercase; + margin-bottom: 10px; +} + .makima-logo { object-fit: contain; background: radial-gradient(circle at 30% 30%, rgba(102, 204, 255, 0.16), transparent 40%), rgba(0, 16, 40, 0.65); -- cgit v1.2.3