This commit is contained in:
Archer
2023-12-27 11:07:39 +08:00
committed by GitHub
parent 86286efb54
commit 759a2330e6
182 changed files with 3099 additions and 81685 deletions

View File

@@ -4,7 +4,7 @@
width: 3px;
height: 14px;
transform: translate(4px, 2px) scaleY(1.3);
background-color: var(--chakra-colors-blue-700);
background-color: var(--chakra-colors-primary-700);
animation: blink 0.6s infinite;
}
@@ -17,7 +17,7 @@
width: 3px;
height: 14px;
transform: translate(4px, 2px) scaleY(1.3);
background-color: var(--chakra-colors-blue-700);
background-color: var(--chakra-colors-primary-700);
animation: blink 0.6s infinite;
}
}
@@ -129,7 +129,7 @@
.markdown dl,
.markdown table,
.markdown pre {
margin: 10px 0;
margin: 14px 0;
}
.markdown > h2:first-child,
.markdown > h1:first-child,
@@ -368,7 +368,7 @@
a {
text-decoration: underline;
color: var(--chakra-colors-blue-600);
color: var(--chakra-colors-primary-700);
}
table {