feat: add markdown cheatsheet.

This commit is contained in:
jaywcjlove
2022-09-26 18:35:49 +08:00
parent 9fe3fcdc0d
commit b77e9debae
4 changed files with 239 additions and 2 deletions

View File

@ -206,7 +206,6 @@ ol, ul, menu {
border-radius: 0.5rem;
padding-top: 1.5rem;
box-shadow: 0 0 #0000, 0 0 #0000, 0 6px 8px rgba(102,119,136,0.03),0 1px 2px rgba(102,119,136,0.3);
}
table {
@ -253,6 +252,11 @@ table thead th {
color: rgb(16 185 129/1);
}
table thead {
display: table-header-group;
border-bottom: solid 1px rgba(85,102,119,0.3);
}
.table-thead-hide thead {
display: none;
}