mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-22 23:11:29 +08:00
feat: add markdown cheatsheet.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user