diff options
| author | soryu <soryu@soryu.co> | 2026-01-11 04:31:29 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-11 04:34:42 +0000 |
| commit | 077820c4167c168072d217a1b01df840463a12a8 (patch) | |
| tree | 7ef5cf1b310cda94f7c90094346bfd9933e59095 /frontend/src/styles | |
| parent | 62c4fa876d4c50517a2611252b5f795633848750 (diff) | |
| download | soryu-077820c4167c168072d217a1b01df840463a12a8.tar.gz soryu-077820c4167c168072d217a1b01df840463a12a8.zip | |
Update Makima panel in soryu to match makima/frontend description
Diffstat (limited to 'frontend/src/styles')
| -rw-r--r-- | frontend/src/styles/pc98.css | 13 |
1 files changed, 13 insertions, 0 deletions
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); |
