neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
671 stars 345 forks source link

About movies - code blocks hard to read on dark screen #1962

Open richard-misiak-cg opened 5 months ago

richard-misiak-cg commented 5 months ago

Description

Reproduce Steps

  1. Set neo4j browser to dark mode
  2. Open about-movies.neo4j-browser-guide
  3. Go to one of the steps with a code block/example (e.g. step 2)

Expected Behavior

Text is readable

Current Behavior

Text in the code block is grey on a grey background image

Can you propose a solution?

What needs to be done to address this issue? Ideally, provide a pull request with a fix.

Your Environment

software name version
Windows 11 23H2
Web browser Chrome
node.js
npm
yarn
Neo4j Browser 5.15
Neo4j

Neo4j Browser version: 5.15.0 Neo4j Server version: 5.12.0 (enterprise) Neo4j Browser Changelog Build number: 172 Build hash: 382b72525e2d9b64d0 Build date: 12/8/2023

Additional Information

OskarDamkjaer commented 5 months ago

Oh, thanks for catching this, I'll look into it now :)

OskarDamkjaer commented 5 months ago

I had a look now and I've found the issue is that the guide that is loaded from Neo4j Desktop has hardcoded colors, I'll raise it with the desktop team. In the meantime you can use :play movies which should be the same guide and it works properly in dark mode