Skip to content

Commit

Permalink
Adjust dark colors
Browse files Browse the repository at this point in the history
  • Loading branch information
arbyn-argabioso committed Dec 16, 2024
1 parent a9af9f0 commit b3311a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions public/family/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ p > strong {
}

#tree {
background-color: #f4f5f6;
background-color: #f2f3f4;
}

.dark #tree {
background-color: #202124;
background-color: #1c1c1d;
}

#tree-wrapper:focus,
Expand Down
4 changes: 2 additions & 2 deletions public/family/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const ui = {
},
},
color: {
background: !isDark ? '#f4f5f6' : '#202124',
background: !isDark ? '#f2f3f4' : '#1c1c1d',
node: {
background: !isDark ? '#ffffff' : '#2f2f2f',
background: !isDark ? '#ffffff' : '#252728',
stroke: !isDark ? '#429537' : '#2E8A21',
name: !isDark ? '#000000' : '#fefefe',
details: {
Expand Down
4 changes: 2 additions & 2 deletions public/family/js/family.js

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

Loading

0 comments on commit b3311a6

Please sign in to comment.