feat: add xpath.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-09-30 09:43:06 +08:00
parent 3dfb4f90a3
commit d39380a07f
3 changed files with 394 additions and 0 deletions

View File

@ -80,6 +80,10 @@ table thead {
display: none;
border-bottom: solid 1px rgba(85,102,119,0.3);
}
table td:first-child>code {
--text-opacity: 1;
color: rgb(5 150 105/var(--text-opacity));
}
table.show-header thead {
display: table-header-group;