Skip to content

Commit

Permalink
Fix scrollbar color schema in darkmode mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 15, 2024
1 parent 9721592 commit a7d17e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Improved string rendering in the values popup of `signature` view
- Fixed optional values statistics in `signature` view
- Fixed navigation history update on the query graph changes on `discovery` page
- Fixed scrollbar color schema in darkmode mode

## 1.0.0-beta.89 (04-11-2024)

Expand Down
3 changes: 3 additions & 0 deletions src/main/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

.discovery-root {
all: initial;
color-scheme: only light;

position: relative;

Expand Down Expand Up @@ -57,6 +58,8 @@
--discovery-page-padding-left: 40px;
}
.discovery-root-darkmode {
color-scheme: only dark;

--discovery-background-color: #242424;
--discovery-color: #cccccc;
--discovery-link-color: #1c87d4;
Expand Down

0 comments on commit a7d17e1

Please sign in to comment.