Skip to content

Commit

Permalink
Fix #772 vault profile in high contrast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Aug 7, 2024
1 parent bb44e50 commit 6969879
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@ body .excalidraw {
--titlebar-background: var(--bg2);
--titlebar-background-focused: var(--bg2);
--titlebar-text-color-focused: var(--tx1);
--vault-profile-color: var(--tx1);
--vault-profile-color-hover: var(--tx1);
--workspace-background-translucent: hsla(var(--base-h),var(--base-s), var(--base-l), 0.7);
}

Expand Down
2 changes: 2 additions & 0 deletions src/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/main.min.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/scss/variables/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
--titlebar-background-focused: var(--bg2);
--titlebar-text-color-focused: var(--tx1);

--vault-profile-color: var(--tx1);
--vault-profile-color-hover: var(--tx1);

--workspace-background-translucent: hsla(var(--base-h),var(--base-s), var(--base-l), 0.7);
}

Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

0 comments on commit 6969879

Please sign in to comment.