-
Notifications
You must be signed in to change notification settings - Fork 1
/
codimd-styles.css
61 lines (52 loc) · 1.12 KB
/
codimd-styles.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
* {
font-family: 'Inter', sans-serif;
font-size: 13px;
}
html,
body,
#oc-file-picker {
height: 100%;
--oc-color-text-default: #333;
--oc-color-swatch-passive-default: #337ab7;
--oc-color-swatch-primary-default: #337ab7;
--oc-color-swatch-brand-default: #337ab7;
--oc-color-text-muted: #777;
}
.file-picker-header {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
padding: 10px 15px;
border: 1px solid #ddd;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.oc-button-passive-raw {
color: var(--oc-color-swatch-primary-default) !important;
font-size: 16px;
font-weight: 500;
line-height: 18px;
}
.oc-button-passive-raw:hover {
text-decoration: underline;
}
.oc-resource-basename {
font-weight: 500;
}
.oc-resource-size,
.uk-text-meta {
font-size: 0.7rem;
}
.oc-breadcrumb-list-item span:hover {
color: var(--oc-color-text-default) !important;
}
.overflow-y-auto {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
border: 1px solid #ddd;
border-top: none;
}
.oc-table-simple {
border: none !important;
}