File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 content : " Issue !" ;
7070}
7171
72- .issue {
73- background : #ff7d7d33 ;
72+ .issue {
73+ background : rgba ( 255 , 125 , 125 , 0.2 ) ;
7474 border-radius : 4px ;
7575 padding : 0.8rem ;
7676 left : 5px ;
100100}
101101
102102.new {
103- background : #e7f2fa ;
103+ background : rgba ( 10 , 207 , 167 , 0.38 ) ;
104104 border-radius : 4px ;
105105 padding : 0.8rem ;
106106 box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.3 );
139139// Generates a Title element without a box at the top of the content written after {: .note } content..
140140.note ::before {
141141 content : attr (title );
142- color : #183385 ;
142+ color : #7b56d2 ;
143143 display : block ;
144144 font-weight : bold ;
145145 text-transform : uppercase ;
166166// Generates a Title element without a box at the top of the content written after {: .further-reading } content..
167167.further-reading ::before {
168168 content : attr (title );
169- color : #381885 ;
169+ color : #7854cc ;
170170 display : block ;
171171 font-weight : bold ;
172172 text-transform : uppercase ;
201201
202202.example ::before {
203203 content : " Example:" ;
204- color : #381885 ;
204+ color : #7b56d2 ;
205205 display : block ;
206206 font-weight : bold ;
207207 text-transform : uppercase ;
221221// Though won't be rendered as a codeblock itself, would be used for Specific 1 line examples
222222.code ::before {
223223 content : attr (title );
224- color : #381885 ;
224+ color : #7b56d2 ;
225225 display : block ;
226226 font-weight : bold ;
227227 text-transform : uppercase ;
You can’t perform that action at this time.
0 commit comments