@@ -510,15 +510,17 @@ $options: (
510510 ),
511511 ' active' : (
512512 ' color' : theme (' color' , ' text' ),
513- ' background-color' : color .$light- grey
513+ ' background-color' : color .$grey
514514 )
515515 ),
516516 ' brand' : (
517517 ' padding' : 0 ,
518518 ' margin-right' : 1rem ,
519519 ' font-weight' : bold ,
520- ' img-width' : 7rem ,
521- ' href' : (
520+ ' img' : (
521+ ' width' : 7rem
522+ ),
523+ ' href' : (
522524 ' color' : theme (' color' , ' text' )
523525 )
524526 ),
@@ -529,12 +531,16 @@ $options: (
529531 ' symbol-close' : " \2715 " // HTML Symbols
530532 ),
531533 ' input' : (
532- ' color' : theme (' color' , ' text' ),
533- ' background-color' : white ,
534- ' border-color' : theme (' border' , ' color' ),
535- ' border-width' : theme (' border' , ' width' ),
536- ' placeholder-color' : white ,
537- ' focus-outline' : 2px solid theme (' color' , ' primary' )
534+ ' color' : theme (' color' , ' text' ),
535+ ' background-color' : white ,
536+ ' border-color' : theme (' border' , ' color' ),
537+ ' border-width' : theme (' border' , ' width' ),
538+ ' focus' : (
539+ ' outline' : 2px solid theme (' color' , ' primary' )
540+ ),
541+ ' placeholder' : (
542+ ' color' : color .$dark-grey
543+ )
538544 ),
539545 ' menu' : ( // settings of dropdown menu in navbar
540546 ' background-color' : theme (' color' , ' background' ),
@@ -1012,7 +1018,7 @@ $options: (
10121018 ' dark' , // class name
10131019 theme (' color' , ' dark' ), // bg color
10141020 white , // text color
1015- color .$dark-grey // border color
1021+ if (( theme ( ' type ' ) == " light " ), color .$dark-grey , color . $grey ) // border color
10161022 )
10171023 ),
10181024 ' sizes' : (
@@ -1088,6 +1094,9 @@ $options: (
10881094 ' outline-color' : theme (' color' , ' primary' ),
10891095 ' outline-width' : 2px
10901096 ),
1097+ ' placeholder' : (
1098+ ' color' : color .$dark-grey
1099+ )
10911100 ),
10921101 ' items' : (
10931102 ' margin' : 0
0 commit comments