---
title: My_Dark_Theme
tags: theme
description: Use `{%hackmd theme-dark %}` syntax to include this theme.
---
<style>
html, body, .ui-content {
background-color: #333;
color: #ddd;
}
/* 拿掉 comment area 讓文章置中*/
#doc.comment-enabled.comment-inner {
margin-right: 0px;
}
.markdown-body{
font-weight: 300;
margin: 0 auto;
}
.markdown-body mark{
background-color: #97D8C4;
font-weight: 600;
}
/* Quotes */
.markdown-body blockquote{
font-size: 25px;
font-w