diff --git a/README.md b/README.md index bb3e74d..0896048 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Much of the credit for this theme goes to @Jevgeni for the initial work ## current +## 0.5.1 +- whitenoise: Only hide bookmarks icon + ## 0.5.0 - fixed typo - polished keyboard shortcuts diff --git a/whitenoise-custom.css b/whitenoise-custom.css index 96731fb..8d91374 100644 --- a/whitenoise-custom.css +++ b/whitenoise-custom.css @@ -41,11 +41,15 @@ */ /* Hide folder and file icons */ -.BookmarkItem-icon, +.BookmarkItem-icon { + display: none; +} +/* .DocumentItem-icon, .FolderItem-icon { display: none; } +*/ /* Shrink Images by doing ![](https://.../blah.jpg#75) */ .node-displayed-image[src$="#75"] {