取消引用块的水平外边距和字体斜体样式 (#293)

This commit is contained in:
neveler
2025-10-18 10:22:04 +08:00
committed by GitHub
parent 7b2b41f52d
commit 21ee6ff29b
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ layout: null
---
var darkTheme = document.createElement("link");
darkTheme.rel = "stylesheet alternate";
darkTheme.href = "{{ '/assets/css/main.dark.css' | relative_url }}";
darkTheme.href = "{{ '/assets/css/dark.css' | relative_url }}";
document.head.appendChild(darkTheme);
window.addEventListener("DOMContentLoaded", function () {
var list = document.querySelector(".masthead .visible-links");