File tree 2 files changed +8
-22
lines changed
2 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
.blockContent {
6
- @apply flex flex-col prose-sm dark :prose- invert prose - p:text - gray - 800 dark :prose - p:text - gray - 200 whitespace- pre- wrap text- sm prose- img:w- full prose- p:my- 0 prose- img:my- 1;
6
+ @apply flex flex-col prose-sm dark :prose- invert whitespace- pre- wrap text- sm prose- img:w- full prose- p:my- 0 prose- img:my- 1;
7
7
* {
8
- @apply break-all text-sm text-gray-800 dark :text- gray- 200;
9
-
10
- mark {
11
- @apply bg-yellow-200 dark :bg- yellow- 800;
12
- }
8
+ @apply break-all text-sm ;
13
9
}
14
10
15
11
a {
16
- @apply no-underline hover :underline text- [#1a0dab ] dark :text- [#8ab4f8 ];
17
- // color: #8ab4f8;
12
+ @apply no-underline hover :underline ;
18
13
}
19
14
20
15
img {
24
19
pre {
25
20
@apply overflow-x-auto whitespace-pre-wrap ;
26
21
}
27
-
28
- table {
29
- @apply text-gray-800 dark :text- gray- 200;
30
- }
31
-
32
22
}
33
23
34
24
.pageContent {
35
- @apply flex flex-col gap-2 prose-sm prose-p :text - black dark :prose - p:text - white dark :prose- invert whitespace- pre- wrap text- sm;
25
+ @apply flex flex-col gap-2 prose-sm dark :prose- invert whitespace- pre- wrap text- sm;
36
26
}
37
27
38
28
.pageContentFooter {
39
29
@apply flex flex-row justify-end ;
40
30
}
41
31
42
32
.copilotCardHeader {
43
- @apply flex flex-row justify-between items-center text-sm pb-2 text-gray-800 dark :text - gray - 200 ;
33
+ @apply flex flex-row justify-between items-center text-sm pb- 2;
44
34
45
35
a {
46
36
@apply text-sm text-center object-center ;
47
37
}
48
-
49
- // span, svg {
50
- // @apply text-gray-800 dark:text-gray-200;
51
- // }
52
38
}
53
39
54
40
.divide {
60
46
}
61
47
62
48
.toBlock {
63
- @apply no-underline hover :underline text - [ #1a0dab ] dark :text - [ #8ab4f8 ] ;
49
+ @apply no-underline hover :underline ;
64
50
}
65
51
66
52
.logseqPageLink {
67
- @apply no-underline hover :underline text - [ #1a0dab ] dark :text - [ #8ab4f8 ] ;
53
+ @apply no-underline hover :underline ;
68
54
}
Original file line number Diff line number Diff line change 2
2
@tailwind base;
3
3
4
4
.copilot {
5
- @apply flex flex-col w-full max-w-sm gap-2 pb-4 mx- 2 ;
5
+ @apply flex flex-col w-full max-w-sm gap-2 pb- 4;
6
6
7
7
ul ,
8
8
ol {
You can’t perform that action at this time.
0 commit comments