样式更新:表格行颜色交替显示优化,提升可读性

This commit is contained in:
OLDREDSTONE
2025-10-21 22:00:11 +08:00
parent 90af884c2c
commit 139f1eef71
7 changed files with 45 additions and 27 deletions
+25 -3
View File
@@ -5,6 +5,20 @@
src: url(/font/DinkieBitmap-7px.woff2) format('woff2');
}
@font-face {
font-family: 'd7i';
font-style: normal;
font-weight: 400;
src: url(/font/DinkieBitmap-9pxItalic.woff2) format('woff2');
}
@font-face {
font-family: 'd7c';
font-style: normal;
font-weight: 400;
src: url(/font/DinkieBitmap-9pxCode.woff2) format('woff2');
}
@font-face {
font-family: 'd9';
font-style: normal;
@@ -964,7 +978,7 @@ section.cover blockquote>p>a {
.markdown-section output,
.markdown-section pre {
margin: 1.2em 0;
margin: 1em 0;
position: relative
}
@@ -1000,8 +1014,8 @@ section.cover blockquote>p>a {
.markdown-section pre>code {
color: #525252;
font-size: .8rem;
padding: 2.2em 5px;
line-height: inherit;
padding: 1em 5px;
line-height: 1.2em;
margin: 0 2px;
max-width: inherit;
overflow: inherit;
@@ -1269,4 +1283,12 @@ del {
color: inherit;
transition: background-color 0.1s, color 0.1s;
}
}
.docsify-copy-code-button{
filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
padding: 0;
margin: 0;
border-radius: 5px;
font: 300 12px 'd9c', 'd9';
}