Skip to content

Commit

Permalink
<a> styling: day/night mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Jul 29, 2024
1 parent 6ba7627 commit cf4ec8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui2/src/components/Node/Document/Document.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
img {
height: 64px;
}

a {
color: light-dark(var(--mantine-color-pmg-9), var(--mantine-color-pmg-2));
}
}
4 changes: 4 additions & 0 deletions ui2/src/components/Node/Folder/Folder.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
background-color: #8ed2fe66;
outline: 1px solid #6fc5ff;
}

a {
color: light-dark(var(--mantine-color-pmg-9), var(--mantine-color-pmg-2));
}
}

.folderIcon {
Expand Down

0 comments on commit cf4ec8a

Please sign in to comment.