feat: add CalloutBox component, update ReaderLayout with theme support, and refactor UI styles

This commit is contained in:
2026-06-02 19:53:50 +02:00
parent 081c6f7940
commit 01bc8e37b9
9 changed files with 385 additions and 99 deletions
+12 -2
View File
@@ -3,12 +3,22 @@
:root {
--nexus-neon: #00ff99;
--nexus-neon-glow: rgba(0, 255, 153, 0.3);
--nexus-bg: #121212;
--nexus-card: #1a1a1a;
--nexus-bg: #121214;
--nexus-card: #1a1a1e;
--nexus-text: #ffffff;
--nexus-paper: #F9F9F9;
--nexus-font-sans: 'Inter', sans-serif;
--nexus-font-serif: 'Merriweather', serif;
/* Global Selection Style Override */
--nexus-selection: rgba(0, 255, 153, 0.25);
}
::selection {
background-color: var(--nexus-selection);
color: inherit;
}
/* Global Semantic Theme Mapping */
--nexus-primary: var(--nexus-neon);