Update 5 files

- /_config.yml
- /assets/css/style.scss
- /assets/js/main.js
- /_layouts/default.html
- /_layouts/post.html
This commit is contained in:
mayx
2025-04-17 03:51:49 +00:00
parent 8211f6d1a2
commit 9f2bed804e
5 changed files with 24 additions and 4 deletions

View File

@@ -99,4 +99,19 @@ div.highlight button:active,
div.highlight button:focus,
div.highlight button:hover {
opacity: 1
}
table.rouge-table {
margin: 0;
}
td.rouge-gutter,
td.rouge-code {
padding: 0;
border-bottom: none;
}
pre.lineno {
padding: 0 10px 0 0;
border: none;
}