.markdown-preview-view a,
.site-body a {
  color: #000000;
}

/* Selected file or folder in the navigation pane */
.nav-file-title.is-active,
.nav-folder-title.is-active {
  color: #000000 !important;
  font-weight: bold !important;
}

/* Change colour of the active page in the navigation pane */
.site-nav .nav-file.is-active > .nav-file-title,
.site-nav .nav-folder.is-active > .nav-folder-title {
    color: var(#000000) !important;
}

/* Change the left accent bar on the active item */
.site-nav .nav-file.is-active::before,
.site-nav .nav-folder.is-active::before {
    background-color: var(#000000) !important;
}

.nav-file-title:hover,
.nav-folder-title:hover {
  color: #000000 !important;
  font-weight: bold !important;
}

