mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 13:09:40 +08:00
优化markdown表格的显示
This commit is contained in:
parent
74664a5e4b
commit
5b2dffae9d
@ -3722,6 +3722,13 @@ button.swiper-pagination-bullet {
|
||||
overflow: hidden;
|
||||
font-size: 0.95em;
|
||||
|
||||
thead {
|
||||
th {
|
||||
font-weight: 500;
|
||||
background: var(--bg-z);
|
||||
}
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 8px;
|
||||
@ -3737,6 +3744,12 @@ button.swiper-pagination-bullet {
|
||||
background: var(--bg-z);
|
||||
}
|
||||
|
||||
&:not([style]) {
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
//&:nth-child(2n) {
|
||||
// background: var(--bg-j);
|
||||
//}
|
||||
|
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user