mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-20 22:17:32 +08:00
feat: add dockerfile.md
cheatsheet.
This commit is contained in:
@ -43,7 +43,7 @@ table {
|
||||
border-collapse: collapse
|
||||
}
|
||||
|
||||
table td:not(:last-child)>code, ul li > code, kbd {
|
||||
table td:not(:last-child)>code, table td:not(:last-child)>del>code, ul li > code, kbd {
|
||||
background-color: rgb(51 65 85/0.5);
|
||||
color: rgb(203 213 225/1);
|
||||
box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
|
||||
@ -84,6 +84,11 @@ table td:first-child>code {
|
||||
--text-opacity: 1;
|
||||
color: rgb(5 150 105/var(--text-opacity));
|
||||
}
|
||||
table td:first-child>del>code {
|
||||
text-decoration: inherit;
|
||||
--text-opacity: 1;
|
||||
color: rgb(244 67 54/var(--text-opacity));
|
||||
}
|
||||
|
||||
table.show-header thead {
|
||||
display: table-header-group;
|
||||
@ -188,7 +193,7 @@ body.home .h1wrap p {
|
||||
--bg-opacity: 1;
|
||||
}
|
||||
.home-card a svg {
|
||||
min-width: 1.5rem;
|
||||
min-width: 1.6rem;
|
||||
height: 1.8rem;
|
||||
}
|
||||
|
||||
@ -703,7 +708,6 @@ a.text-grey {
|
||||
|
||||
/* 代码高亮 End */
|
||||
|
||||
|
||||
.footer-wrap {
|
||||
margin-top: 3.5rem;
|
||||
color: rgb(100 116 139/1);
|
||||
|
Reference in New Issue
Block a user