File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ div.section {
7373 margin-bottom : 5rem ;
7474}
7575
76+ /* admonitions */
7677.admonition {
7778 border-radius : 0 ;
7879 border : none;
@@ -95,6 +96,21 @@ div.section {
9596.admonition .toggle .admonition-title .open ::after {
9697 content : "\f107" ;
9798}
99+ /* admonition todo */
100+ .admonition .admonition-todo ,
101+ div .admonition .admonition-todo {
102+ border-color : rgba (var (--pst-color-admonition-warning ), 1 );
103+ }
104+ .admonition .admonition-todo > .admonition-title ,
105+ div .admonition .admonition-todo > .admonition-title {
106+ background-color : rgba (var (--pst-color-admonition-warning ), .1 );
107+ }
108+ .admonition .admonition-todo > .admonition-title ::before ,
109+ div .admonition .admonition-todo > .admonition-title ::before {
110+ color : rgba (var (--pst-color-admonition-warning ), 1 );
111+ content : var (--pst-icon-admonition-warning );
112+ }
113+
98114
99115.topic {
100116 padding : 1.5em 1em .5em 1em ;
You can’t perform that action at this time.
0 commit comments