<aside> 💡 只需要把一下代码复制到你的Roam Theme CSS 里

</aside>

1. 调整Roam 行间距

.rm-block-text{
  	line-height: 170%
}

2. 调整Block 的宽度

rm-block-text {
    max-width: 640px;
}

3. 去除reference link 的括号

.rm-page-ref-brackets{
  display: none;  
}