-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuper.css
100 lines (95 loc) · 2.27 KB
/
super.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
88
89
90
91
92
93
94
95
96
97
98
99
100
/* 画像周りの余白調整 */
.notion-image {
margin-top: 14px !important;
margin-bottom: 30px !important;
}
/* 文字の余白、行の高さ調整 */
.notion-text__content {
line-height: 2;
margin-top: 24px !important;
margin-bottom: 24px !important;
}
/* 見出しの余白調整 */
h2 {
margin-top: 60px !important;
margin-bottom: 20px !important;
}
h3 {
margin-top: 50px !important;
margin-bottom: 20px !important;
}
body {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
text-rendering: optimizeLegibility !important;
}
.super-content {
padding-top: vh !important;
}
.notion-search__wrapper {
background: rgba(0, 0, 0, 0.5) !important;
}
.notion-page__title .notion-semantic-string {
font-weight: 900 !important;
white-space: pre-wrap !important;
line-height: 1 !important;
font-size: 15px !important;
}
.notion-page__title .notion-semantic-string span {
line-height: 1 !important;
}
.notion-page > div:hover {
background: 0 0 !important;
}
.notion-table-of-contents {
margin: 0 !important;
padding: 0 !important;
}
.notion-table-of-contents__item {
margin: 10px 0 !important;
font-size: 15px !important;
}
.notion-table-of-contents__item .notion-semantic-string {
border: 0 !important;
}
.notion-table-of-contents__item a div {
padding: 0 !important;
}
.notion-table-of-contents__item:hover {
background: 0 0 !important;
}
.notion-text__content {
margin: 10px 0 !important;
padding: 0 !important;
}
.notion-semantic-string .link {
opacity: 1 !important;
}
.notion-heading {
margin: 2.4rem 0 2rem 0 !important;
font-weight: 600 !important;
}
.notion-property__title {
align-items: left !important;
justify-content: left !important;
padding-bottom: 0 !important;
font-size: 16px !important;
font-weight: 900 !important;
margin-top: 10px !important;
display: flex;
}
.notion-collection-card:hover {
background: #ebebeb83 !important;
}
.notion-property__title .notion-semantic-string {
font-weight: bold;
text-decoration: underline;
}
.gallery .notion-property__title .notion-property__title__icon-wrapper {
display: none !important;
}
.gallery .notion-collection-card__property .notion-semantic-string {
text-overflow: ellipsis;
overflow: hidden;
white-space: inherit;
}