forked from craigary/nobelium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotion.css
87 lines (78 loc) · 1.42 KB
/
notion.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/* NOTION CSS OVERRIDE */
.notion {
@apply text-gray-600 dark:text-gray-300;
overflow-wrap: break-word;
}
.notion,
.notion-text,
.notion-quote,
.notion-h-title {
@apply leading-8;
@apply p-0;
@apply my-3;
}
.notion-page-link {
color: inherit;
}
svg.notion-page-icon {
@apply hidden;
}
svg + .notion-page-title-text {
@apply border-b-0;
}
.notion-bookmark {
@apply border;
@apply border-gray-100;
color: inherit;
}
.notion-bookmark .notion-bookmark-title,
.notion-bookmark .notion-bookmark-link div {
@apply text-gray-900 dark:text-gray-200;
}
.notion-bookmark .notion-bookmark-description {
@apply text-gray-600 dark:text-gray-300;
}
.notion-code > code {
@apply text-gray-900;
}
pre[class*='language-'] {
line-height: inherit;
}
.notion-bookmark:hover {
@apply border-blue-400;
}
.notion-viewport {
z-index: -10;
}
.notion-asset-caption {
@apply text-center;
@apply text-gray-500 dark:text-gray-400;
}
.notion-full-width {
@apply px-0;
}
.notion-page {
@apply w-auto;
@apply px-0;
}
.notion-quote {
padding: 0.2em 0.9em;
}
.notion-collection {
@apply max-w-full;
}
.notion-collection > .notion-collection-header {
@apply px-0 !important;
}
.notion-collection > .notion-table {
@apply max-w-full !important;
}
.notion-collection > .notion-table > .notion-table-view {
@apply px-0 !important;
}
.notion-collection-view-type {
@apply hidden;
}
.notion-collection-row {
@apply hidden;
}