---
title: HackMD NJ Theme
tags: Theme
description: Use '{%hackmd @FengDian-Su/NJ %}' syntax to include this theme.
---
<style>
html, body, .ui-content {
background-color: #f6ffff;
color: rgb(120, 120, 120);
line-height: 30px;
}
/* width */
::-webkit-scrollbar {
width: 1px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1ffff;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #f1ffff;
}
a,
.open-files-container li.selected a {
color: #64C8C8;
/* text-decoration: underline 1px solid #64C8C8; */
}
a:hover,
.open-files-container li.selected a:hover {
color: #64C8C8;
/* text-decoration: underline 1px solid #64C8C8; */
}
.markdown-body h1,
.markdown-body h2 {
color: rgb(100, 100, 100);
}
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
color: #b88ddd;
}
/* .markdown-body ins {
text-decoration: underline 2px solid #64C8C8;
} */
.markdown-body blockquote {
font-style: italic;
border: 2px solid #faefff;
border-radius: 8px;
background-color: #f0efff;
padding: 5px;
padding-left: 15px;
line-height: 30px;
}
.community-button {
display: none;
color: #f6ffff;
}
.community-button:hover {
display: none;
color: #f6ffff;
background: transparent;
}
#comment-app .open-comments {
display: none;
background: transparent;
}
.btn-default {
display: none;
background: transparent;
border: none;
}
.ui-comment-app .open-comments .btn.ui-open-comments {
display: none;
color: #f6ffff;
}
.ui-comment-app .open-comments .btn.ui-open-comments:hover {
display: none;
color: #f6ffff;
}
.btn-default:hover {
display: none;
background: transparent;
border: none;
}
</style>