add: markdown tale layout
This commit is contained in:
parent
0dc53871b6
commit
43c3eb92e0
@ -78,6 +78,22 @@
|
|||||||
background-color: #fff0;
|
background-color: #fff0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
& table {
|
||||||
|
margin: 1rem auto;
|
||||||
|
font-size: 1.2em;
|
||||||
|
border-collapse: collapse;
|
||||||
|
|
||||||
|
& thead {
|
||||||
|
border-bottom: solid 1px var(--black-white);
|
||||||
|
}
|
||||||
|
& tbody tr:nth-child(2n) {
|
||||||
|
background-color: color-mix(in srgb, var(--black-white) 10%, var(--back-color));
|
||||||
|
}
|
||||||
|
& td,th {
|
||||||
|
border-width: 0px;
|
||||||
|
padding: .3em .6em;
|
||||||
|
}
|
||||||
|
}
|
||||||
& blockquote {
|
& blockquote {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
Loading…
Reference in New Issue
Block a user