File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1111* Exercise *
1212*********************************************/
1313div .exercise {
14- padding-left : 0rem !important ;
15- padding-right : 0rem !important ;
16- border-left : .2rem solid var (--note-border-color );
14+ border-color : var (--note-border-color );
1715 background-color : var (--note-title-color );
1816}
1917
2018div .exercise p .admonition-title {
21- padding : .6rem .4rem .6rem 1.6rem ;
2219 background-color : var (--note-title-color );
2320}
2421
2522/* Remove content box */
2623div .exercise p .admonition-title ::before {
27- content : none ;
24+ content : "\f303" ;
2825}
2926
3027/*********************************************
3128* Solution *
3229*********************************************/
3330div .solution {
34- padding-left : 0rem !important ;
35- padding-right : 0rem !important ;
36- border-left : .2rem solid var (--grey-border-color );
31+ border-color : var (--grey-border-color );
3732 background-color : none;
3833}
3934
4035div .solution p .admonition-title {
41- padding : .6rem .4rem .6rem 1.6rem ;
4236 background-color : transparent;
4337 text-decoration : none;
4438}
You can’t perform that action at this time.
0 commit comments