Skip to content

Commit 8c0df7d

Browse files
committed
#477 - Update the theme css file
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 1fce027 commit 8c0df7d

File tree

1 file changed

+11
-24
lines changed

1 file changed

+11
-24
lines changed

docs/source/_static/theme_overrides.css

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,14 @@ p {
1616
margin-bottom: 10px;
1717
}
1818

19-
.custom_header_01 {
20-
color: #cc0000;
21-
font-size: 22px;
22-
font-weight: bold;
23-
line-height: 50px;
24-
}
25-
2619
h1, h2, h3, h4, h5, h6 {
2720
margin-bottom: 10px;
2821
}
2922

30-
/* h2, h3, h4, h5, h6 {
23+
h2, h3, h4, h5, h6 {
3124
margin-top: 20px;
3225
margin-top: 30px;
33-
} */
26+
}
3427

3528
h5 {
3629
font-size: 17px;
@@ -43,19 +36,17 @@ h5 {
4336

4437
h6 {
4538
font-size: 16px;
46-
font-size: 15px;
4739
color: #666666;
48-
color: #000000;
49-
/* color: #999999; */
50-
/* color: #778899; */
51-
/* color: #009999;
40+
color: #999999;
41+
color: #778899;
42+
color: #009999;
5243
color: #006666;
5344
color: #996633;
5445
color: #009933;
55-
color: #661aff; */
46+
color: #661aff;
5647
/* color: #666699; */
5748

58-
font-style: italic;
49+
/* font-style: italic; */
5950
/* font-weight: normal; */
6051
margin-bottom: 10px;
6152
}
@@ -302,9 +293,7 @@ div.rst-content {
302293
/* line-height: 1.5; */
303294
overflow: visible;
304295
white-space: pre-wrap;
305-
color: #e74c3c;
306-
color: #cc0000;
307-
/* color: #000000; */
296+
/* color: #e74c3c; */
308297
}
309298

310299
.rst-content pre.literal-block, .rst-content div[class^='highlight'] {
@@ -332,12 +321,10 @@ code, .rst-content tt, .rst-content code {
332321
}
333322

334323
/* change color of inline code block */
335-
span.pre {
324+
/* span.pre {
336325
color: #e74c3c;
337-
color: #cc0000;
338-
/* color: #e01e5a; */
339-
/* color: #000000; */
340-
}
326+
color: #e01e5a;
327+
} */
341328

342329
.wy-body-for-nav blockquote {
343330
margin: 1em 0;

0 commit comments

Comments
 (0)