Why Nostr? What is Njump?
2023-06-15 20:12:43

Eric A. Meyer on Nostr: I know we have the `::backdrop` #CSS pseudo-element to style the backdrop between ...

I know we have the `::backdrop` #CSS pseudo-element to style the backdrop between `<dialog>` elements and the rest of the page, and that’s cool, but personally I get a lot of mileage out of:

```
dialog {
outline: 50vmax solid rgb(0 0 0 / 0.9);
}
```

…or values to that general effect.
Author Public Key
npub1dgewglf93wmf9u26ppwmmjmqa5uphv5jrtmtfkc3q7n754z3p8xqyayw0u