feat: add logo, favicon, and theme system
- Add custom SVG favicon and Logo component (house + network nodes motif) - Update page title to Homelable with meta description - Show Logo in sidebar header and toolbar - Add theme store and ThemeModal for canvas style switching - Refactor node colors and edge styles for theme support
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
|
||||
/* React Flow overrides */
|
||||
.react-flow__background {
|
||||
background-color: var(--surface-base) !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
.react-flow__minimap {
|
||||
background-color: var(--surface-elevated) !important;
|
||||
|
||||
Reference in New Issue
Block a user