File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ <h2> Attributes</h2>
124124 < table class ="m-table ">
125125 < tr >
126126 < td class =" attr-col mono bold right "> theme </ td >
127- < td class ="gray "> < span class ='bold dark-gray '> Allowed:< span class ='blue '> light | dark</ span > </ span >
127+ < td class ="gray ">
128+ < span class ='bold dark-gray '> Allowed:< span class ='blue '> light | dark</ span > </ span >
128129 < br /> Is the base theme, which is used for calculating colors for various UI components.
129130 'theme', 'bg-color' and 'text-color' are the base attributes for generating a custom theme
130131 </ td >
@@ -180,6 +181,14 @@ <h2> Attributes</h2>
180181 < td class ="gray "> Font Name(s) to be used for mono-spaced text </ td >
181182 < td class ='small-font '> Monaco, 'Andale Mono', 'Roboto Mono', 'Consolas' monospace</ td >
182183 </ tr >
184+ < tr >
185+ < td class ="mono bold right "> font-size </ td >
186+ < td class ="gray ">
187+ < span class ='bold dark-gray '> Allowed:< span class ='blue '> default | large | largest </ span > </ span >
188+ < br /> sets the relative font sizes for the entire document
189+ </ td >
190+ < td class ='small-font '> default</ td >
191+ </ tr >
183192 </ table >
184193
185194 < a id ="att-nav "> </ a >
You can’t perform that action at this time.
0 commit comments