improve dark mode colors + fix dark logo in chrome

This commit is contained in:
Joeri Exelmans 2025-11-13 22:01:02 +01:00
parent e3b88b7d89
commit e29559e46d
4 changed files with 25 additions and 13 deletions

View file

@ -174,7 +174,7 @@ export function App() {
{/* Right: sidebar */}
<div style={{
flex: '0 0 content',
borderLeft: '1px solid lightgrey',
borderLeft: '1px solid var(--separator-color)',
overflowY: "auto",
overflowX: "auto",
maxWidth: 'min(400px, 50vw)',