@@ -126,31 +126,45 @@ <h2> Attributes</h2>
126
126
< tr >
127
127
< td class ="mono bold right "> bg-color </ td >
128
128
< td class ="gray "> Hex color code for main background</ td >
129
- < td class ='small-font mono '> Dark Theme: #333 < br /> Light Theme: #fff</ td >
129
+ < td class ='small-font '>
130
+ < table class ="no-border-table ">
131
+ < tr > < td > Dark Theme</ td > < td class ='small-font mono '> < div class ="color-box " style ="background-color: #333; "> </ div > #333</ td > </ tr >
132
+ < tr > < td > Light Theme</ td > < td class ='small-font mono '> < div class ="color-box " style ="background-color: #fff; "> </ div > #fff</ td > </ tr >
133
+ </ table >
134
+ </ td >
130
135
</ tr >
131
136
132
137
< tr >
133
138
< td class ="mono bold right "> text-color </ td >
134
139
< td class ="gray "> Hex color code for text</ td >
135
- < td class ='small-font mono '> Dark Theme: #bbb < br /> Light Theme: #444</ td >
140
+ < td class ='small-font '>
141
+ < table class ="no-border-table ">
142
+ < tr > < td > Dark Theme</ td > < td class ='small-font mono '> < div class ="color-box " style ="background-color: #bbb; "> </ div > #bbb</ td > </ tr >
143
+ < tr > < td > Light Theme</ td > < td class ='small-font mono '> < div class ="color-box " style ="background-color: #444; "> </ div > #444</ td > </ tr >
144
+ </ table >
145
+ </ td >
136
146
</ tr >
137
147
138
148
< tr >
139
149
< td class ="mono bold right "> header-color </ td >
140
150
< td class ="gray "> Hex color code for the header's background</ td >
141
- < td class ='small-font mono '> #444444</ td >
151
+ < td class ='small-font mono '>
152
+ < div class ="color-box " style ="background-color: #444; "> </ div > #444444
153
+ </ td >
142
154
</ tr >
143
155
144
156
< tr >
145
157
< td class ="mono bold right "> primary-color</ td >
146
158
< td class ="gray "> Hex color code on various controls such as buttons, tabs </ td >
147
- < td class ='small-font mono '> #FF791A</ td >
159
+ < td class ='small-font mono '>
160
+ < div class ="color-box " style ="background-color: #FF791A; "> </ div > #FF791A
161
+ </ td >
148
162
</ tr >
149
163
150
164
< tr >
151
165
< td class ="mono bold right "> regular-font </ td >
152
166
< td class ="gray "> Font Name(s) to be used for regular text </ td >
153
- < td class ='small-font '> rapidoc, BlinkMacSystemFont, ' Segoe UI' , Roboto, Helvetica , Arial, sans-serif</ td >
167
+ < td class ='small-font '> rapidoc, "Open Sans", BlinkMacSystemFont, " Segoe UI" , Roboto, Arial, sans-serif</ td >
154
168
</ tr >
155
169
156
170
< tr >
0 commit comments