Conversation
…theme colors for improved aesthetics
…across components
…ng across components
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment Tip You can validate your CodeRabbit configuration file in your editor.If your editor has YAML language server, you can enable auto-completion and validation by adding |
Exam-IDEProject ID: Sites (1)
Tip MCP server integration brings LLM superpowers to Claude Desktop and Cursor IDE |

This pull request updates the visual theme of the application, introducing a new "Glassmorphism & Cyber-Blue" dark theme and modernizing the light theme. The main changes involve updating CSS variables in
global.cssto reflect the new color palette and replacing hardcoded border colors throughout component styles with the new--dividervariable. Additionally, a subtle grid background is added to the login hero, and the radar icon size is increased for improved visual impact.Theme overhaul and color updates:
src/renderer/styles/global.cssto introduce a new Glassmorphism & Cyber-Blue dark theme, modernize the light theme, and add new variables like--dividerand--grid-opacity. This includes changes to background, border, accent, and text colors for both themes. [Component border styling modernization:
Replaced hardcoded border colors with the
--dividervariable in the CSS files forAdminPanel/ReportModal,Collaboration/CollaborationModal,Collaboration/CollaborationPanel,Settings/SettingsModal, andAdminDashboardcomponents, ensuring consistency with the new theme.Login page enhancements:
Added a subtle grid background to the
.login-heroelement using the new--grid-opacityvariable for a modern effect.Increased the size of the radar icon in the login hero from 64px to 120px for improved visual prominence.