File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
background : # DDDDDD ;
27
27
}
28
28
.rst-content .instructor-note > .admonition-title {
29
- background : # BBBBBB ;
29
+ background : # 595959 ;
30
30
}
31
31
.rst-content .instructor-note > .admonition-title ::before {
32
32
content : "" ;
37
37
background : # EEEEBB ;
38
38
}
39
39
.rst-content .callout > .admonition-title {
40
- background : # BBCC33 ;
40
+ background : # 595959 ;
41
41
}
42
42
43
43
/* questions */
44
44
.rst-content .questions {
45
45
background : rgba (253 , 219 , 199 , 0.3 );
46
46
}
47
47
.rst-content .questions > .admonition-title {
48
- background : rgba ( 204 , 51 , 17 , 0.5 ) ;
48
+ background : # A7280C ;
49
49
}
50
50
51
51
/* discussion */
52
52
.rst-content .discussion {
53
- background : rgba (231 , 212 , 232 0.3 );
53
+ background : rgba (231 , 212 , 232 , 0.3 );
54
54
}
55
55
.rst-content .discussion > .admonition-title {
56
- background : rgba ( 194 , 165 , 207 , 0.5 ) ;
56
+ background : # 714884 ;
57
57
}
58
58
59
59
/* signature */
You can’t perform that action at this time.
0 commit comments