Skip to content

Commit

Permalink
support for backlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
whitenoisedev committed Jul 2, 2020
1 parent ee4c067 commit b14412d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Much of the credit for this theme goes to @Jevgeni for the initial work

# Changelog

## current
## 0.4.4
- support for backlinks
- fixed more placeholder text

## 0.4.3
Expand Down
14 changes: 13 additions & 1 deletion monokai.css
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,14 @@ option:active {
.Node-checkbox:after {
border-color: var(--gray-1);
}
.node-backlink-counter {
background-color: var(--node-green);
color: var(--gray-1);
}
.node-backlink-counter:hover {
background-color: var(--green);
color: var(--gray-9);
}
.Node-openNote:after {
color: #838383;
}
Expand Down Expand Up @@ -1140,7 +1148,8 @@ option:active {
.node-toolbar-option.mod-more-options.is-open {
background-color: #181818;
}
.search-ui-container .Node-outer .has-hover {
.search-ui-container .Node.has-hover,
.document-backlinks-container .Node.has-hover {
background-color: var(--gray-6);
}
.search-ui-container .Node .has-hover {
Expand All @@ -1167,6 +1176,9 @@ option:active {
.flat-search-breadcrumb-delimiter {
color: var(--yellow);
}
.document-backlinks-container {
border-top: 1px solid var(--gray-5);
}
.document-mindmap {
background-color: var(--gray-7)
}
Expand Down
3 changes: 3 additions & 0 deletions whitenoise-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
.Pane {
font-size: 18px;
}
.node-backlink-counter {
font-size: 9pt;
}
.DocumentSearch {
font-size: 17px;
width: 400px;
Expand Down

0 comments on commit b14412d

Please sign in to comment.