What is Nostr?
Adrian Roselli /
npub10ee…6keq
2024-04-29 12:10:38

Adrian Roselli on Nostr: Tip: Firefox gives placeholder text an opacity of .54 (so black text passes WCAG ...

Tip: Firefox gives placeholder text an opacity of .54 (so black text passes WCAG contrast checks at 4.5:1 with #767676).

Which means if you use placeholder and you choose to set a color, you need to also set opacity:

```
::placeholder {
opacity: 1;
color: #777391;
}
```

Alternatively (and preferably), never use placeholder text.
Author Public Key
npub10ee2ncgkjq5epjclj9e7f0tardj6smsyyrxe06p02sxjs22pxcyse46keq