File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ body.dark {
22
22
--font-color-primary : # fff ;
23
23
--elevation-background : # 454545 ;
24
24
--link-color : # 09f ;
25
- --label-color : # aaa ;
25
+ --label-color : # fff ;
26
26
--field-borders : white;
27
27
--primary-button-bg : linear-gradient (to right, # 695997, # 654ea3 );
28
28
--primary-button-color : # fff ;
@@ -496,6 +496,7 @@ input[type='file']::before {
496
496
}
497
497
.postfix-input label {
498
498
display : block;
499
+ color : # fff ;
499
500
margin-bottom : 5px ;
500
501
}
501
502
Original file line number Diff line number Diff line change 285
285
< legend > Page & Margin Settings</ legend >
286
286
287
287
< div class ="category-grid ">
288
- < div class ="postfix-input " data-postfix ="pt " style =" display: none; " >
288
+ < div class ="postfix-input " data-postfix ="pt ">
289
289
< label for ="font-size "> Font Size</ label >
290
290
< input
291
291
id ="font-size "
292
292
min ="0 "
293
293
step ="0.5 "
294
294
value ="10 "
295
295
type ="number "
296
- />
296
+ style =" font-size: 15px; margin-top: 13px; " />
297
297
</ div >
298
298
< div >
299
299
< label class ="block " for ="ink-color "> Ink Color</ label >
303
303
< option value ="#ba3807 "> Red</ option >
304
304
</ select >
305
305
</ div >
306
- < div >
306
+ <!-- < div>
307
307
<label class="block" for="page-size">Page Size</label>
308
308
<select id="page-size">
309
309
<option default value="a4">A4 </option>
310
310
</select>
311
- </ div >
311
+ </div> -->
312
312
< div >
313
313
< label class ="block " for ="page-effects "> Effects</ label >
314
314
< select id ="page-effects ">
You can’t perform that action at this time.
0 commit comments