feat: add xpath.md cheatsheet. d39380a07f

This commit is contained in:
jaywcjlove
2022-09-30 01:43:43 +00:00
parent 5b426ce9b0
commit 3d6a8786bd
3 changed files with 570 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;