mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 19:19:03 +00:00
fix spaces for consistent code
This commit is contained in:
parent
495f5aeb89
commit
bafdc9d0b1
@ -66,8 +66,8 @@ module.exports = {
|
||||
if (style == 'headings') {
|
||||
for (let heading of ['heading1', 'heading2', 'heading3']) {
|
||||
document
|
||||
.querySelector('.notion-app-inner')
|
||||
.style.setProperty(`--theme--font_${heading}`, store()[style]);
|
||||
.querySelector('.notion-app-inner')
|
||||
.style.setProperty(`--theme--font_${heading}`, store()[style]);
|
||||
}
|
||||
} else {
|
||||
document
|
||||
|
Loading…
Reference in New Issue
Block a user