diff --git a/README.md b/README.md index d4f2ff2..fb64192 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/monokai.css b/monokai.css index fe71c75..ba615aa 100644 --- a/monokai.css +++ b/monokai.css @@ -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; } @@ -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 { @@ -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) } diff --git a/whitenoise-custom.css b/whitenoise-custom.css index ff570bf..96731fb 100644 --- a/whitenoise-custom.css +++ b/whitenoise-custom.css @@ -19,6 +19,9 @@ .Pane { font-size: 18px; } +.node-backlink-counter { + font-size: 9pt; +} .DocumentSearch { font-size: 17px; width: 400px;