- Link hints upper case

- Small change to link hint box-shadow
This commit is contained in:
Stian Lund 2023-01-17 20:27:27 +01:00
parent 57a7f2b7a7
commit d3d0708103

View File

@ -2491,9 +2491,10 @@ function map(targets, callback, reverse, stack) {
'border: 0px;',
'padding: 1px 3px;',
'border-radius: 3px;',
'box-shadow: 1px 1px 1px 0px;',
'box-shadow: 1px 1px 1px 1px;',
'background-color: gold;',
'font-family: Helvetica, Arial, sans-serif;',
'text-transform: uppercase;',
'font-size: 13px;',
'font-weight: bold;',
'line-height: normal;',