feat: 样式完善
This commit is contained in:
parent
6492223f73
commit
2b4c8b432d
@ -9,7 +9,7 @@
|
|||||||
& > header {
|
& > header {
|
||||||
@apply my-8 mx-4;
|
@apply my-8 mx-4;
|
||||||
h1 {
|
h1 {
|
||||||
@apply text-2xl font-medium;
|
@apply text-4xl font-medium;
|
||||||
|
|
||||||
:global(.dark) & {
|
:global(.dark) & {
|
||||||
@apply text-gray-200;
|
@apply text-gray-200;
|
||||||
@ -91,6 +91,10 @@
|
|||||||
@apply font-mono rounded;
|
@apply font-mono rounded;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
@apply bg-gray-400 bg-opacity-10 px-4 overflow-hidden border-l-2 border-green-400;
|
||||||
|
}
|
||||||
|
|
||||||
code:not(:global(.hljs)) {
|
code:not(:global(.hljs)) {
|
||||||
@apply p-1 text-red-500 bg-red-100;
|
@apply p-1 text-red-500 bg-red-100;
|
||||||
:global(.dark) & {
|
:global(.dark) & {
|
||||||
|
Loading…
Reference in New Issue
Block a user