diff options
Diffstat (limited to 'frontend/src/styles/pc98.css')
| -rw-r--r-- | frontend/src/styles/pc98.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/frontend/src/styles/pc98.css b/frontend/src/styles/pc98.css index 83e4e29..a736009 100644 --- a/frontend/src/styles/pc98.css +++ b/frontend/src/styles/pc98.css @@ -695,6 +695,31 @@ button:focus-visible { } .modern-landing-page.manga-style .issue-badge::after { content: none; } +/* Replace square LED with a glowing heart indicator */ +.modern-landing-page.manga-style .issue-badge::before { content: none; } +.modern-landing-page.manga-style .issue-badge .led-heart { + width: 8px; + height: 8px; + background: #ff4d4d; + display: inline-block; + margin-right: 6px; + transform: rotate(-45deg); + position: relative; + box-shadow: 0 0 6px rgba(255, 77, 77, 0.9); +} +.modern-landing-page.manga-style .issue-badge .led-heart::before, +.modern-landing-page.manga-style .issue-badge .led-heart::after { + content: ''; + position: absolute; + width: 8px; + height: 8px; + background: #ff4d4d; + border-radius: 50%; + box-shadow: 0 0 6px rgba(255, 77, 77, 0.9); +} +.modern-landing-page.manga-style .issue-badge .led-heart::before { top: -4px; left: 0; } +.modern-landing-page.manga-style .issue-badge .led-heart::after { left: 4px; top: 0; } + /* Floating Header Bar */ .floating-header { position: fixed; |
