-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadditional-style.css
80 lines (65 loc) · 1.9 KB
/
additional-style.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
/* Tutorial Post CSS */
.toc-content-container .post-content, .toc-widget{
background-color: #1D2222 !important;
border: 1px solid gray !important;
}
/* Post Text and Titles */
.toc-content-container .post-content p,
.toc-content-container .post-content h1,
.toc-content-container .post-content h2,
.toc-content-container .post-content h3,
.toc-content-container .post-content h4,
.toc-content-container .post-content h5{
color: #E0E0E0 !important;
}
/* Table of Contents Link Color */
.toc-widget a {
color: #E0E0E0 !important;
}
/* Author Info Text */
.toc-content-container .post-meta{
color: #E0E0E0 !important;
}
/* Inline Code Style*/
.toc-content-container .post-content code {
background-color: #8E9F9F !important;
padding: 0 6px;
border-radius: 4px;
color: black!important;
}
/* Reset duofilter effect on images if needed */
body img {
filter: none !important;
}
.post-content {
background-color: transparent !important;
border: none !important;
}
/* Tutorial Listing */
/* Tutorial Listing Container */
.knowledge-base-container {
background-color: transparent !important;
}
/* Listing Headline */
.knowledge-base-container h2 {
color: #E0E0E0 !important;
}
/* Tutorial List Item */
.knowledge-base-container .articles-list .article-item,
.assigned-articles-container .article-item{
background-color: #E0E0E0 !important;
}
/* Tutorial Listing Headline and text */
.knowledge-base-container .articles-list .article-item h2, .knowledge-base-container .articles-list .article-item p,
.assigned-articles-container .article-item h2, .assigned-articles-container .article-description p {
color: black !important;
}
/* Tutorial Listing Purchase Link */
.knowledge-base-container .article-locked a {
color: red !important;
}
.knowledge-base-container .lock-icon {
background-color: white !important;
border-radius: 50% !important;
padding: 0 2px !important;
}