-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.scss
61 lines (46 loc) · 967 Bytes
/
custom.scss
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
/*-- scss:defaults --*/
/*-- scss:defaults --*/
$body-color: #464F60;
$headings-color: #F65050;
$link-color:#008c9B;
$blue: #99D1D7;
$orange: #FFE178;
$green: #A5DFBF;
$red: #FBB9b9;
$indigo: #FBB9b9;
$cyan: #008c9B;
$teal: #005A87;
$warning: #A8001E;
$info: #A8001E;
$success: #1EAF5F;
$danger: #A8001E;
$caution: #FFE178;
$code-block-bg: #E5EEF3;
.shaded-box {
background-color: rgba(240, 240, 240, 0.8);;
padding: 10px;
}
.shaded-box h3 {
margin: 0;
}
.shaded-box li {
margin-left: 20px;
margin-right: 20px;
}
.title {
font-weight: bold;
font-size: 28px;
color: #485264; /* A specific color */
/* Add other custom styles as needed */
}
.q-part-title {
font-weight: bold;
/* You can add more styling as needed */
}
div.sidebar-item-container .active {
font-weight: bold;
}
.sidebar nav[role=doc-toc] ul>li>a.active, .sidebar nav[role=doc-toc] ul>li>ul>li>a.active{
font-weight: bold;
}
/*-- scss:rules --*/