feat: add docker.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-09-28 17:24:40 +08:00
parent 0bf4e6c7fd
commit e946d89ccc
3 changed files with 315 additions and 6 deletions

View File

@ -26,18 +26,18 @@ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
color: rgb(2 132 199/1);
}
.max-container a, .max-container a:visited {
text-decoration: none;
background-image: linear-gradient(transparent,transparent 6px,#34495e 6px,#34495e);
background-position: bottom;
background-size: 100% 6px;
background-repeat: repeat-x;
text-decoration-line: underline;
text-decoration-thickness: 2px;
text-underline-offset: 4px;
text-decoration-color: transparent;
}
.max-container a:hover, .max-container a:visited:hover{
text-decoration-line: underline;
text-decoration-color: #10b981;
text-decoration-thickness: 2px;
text-underline-offset: 4px;
}
.max-container {
@ -353,7 +353,7 @@ table {
}
table td:not(:last-child)>code, kbd {
table td:not(:last-child)>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;