generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodehike.css
More file actions
54 lines (43 loc) · 785 Bytes
/
codehike.css
File metadata and controls
54 lines (43 loc) · 785 Bytes
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
/*
codehike styling example:
https://github.com/code-hike/not-tailwind/blob/main/styles/ch-styles.css
*/
.ch-frame-buttons {
display: none !important;
}
.ch-frame-title-bar {
border: none;
font-weight: medium;
font-family: monospace;
}
.ch-editor-tab {
border: none;
}
.ch-codegroup {
border: 1px dotted #c9c9ca;
box-shadow: none;
}
.ch-codeblock {
border: none;
box-shadow: none;
}
.ch-section {
border: none;
}
.ch-editor-frame {
background-color: transparent;
}
.ch-code-scroll-parent {
/* font-size: 16px; */
}
.ch-codeblock .ch-code-button {
display: none;
}
.ch-codeblock:hover .ch-code-button {
display: block;
}
.ch-inline-code > code {
padding: .2em 0.4em;
margin: .1em 0;
font-size: 0.83rem;
}