Here's what I'll do today and it would be great if you would join me.

On the website you're working on today, find a stylesheet and add the following rule.

```
*, *:hover {
cursor: none !important;
}
```

That forces you to use the keyboard. If you find something that makes it hard or impossible to do using the keyboard, fix it! Not just for yourself but for everyone relying on keyboard accessibility.

Edit: fixed code formatting

@matuzo took a second for me to realize my client (Elk) doesn't show the universal star selector and this is not some crazy new CSS syntax that just came out 😅

@mxbck @matuzo Manuel did not format his code in Gravises (``). ts ts ts.

minutes ago he wrote about semantic text declaration :D

@sebastianlaube wait, would that fix it? Lemme try.
@matuzo if elk strips asterisk i would guess it interprets markdown.
@sebastianlaube @matuzo Elk interprets Markdown-style bold and italic, I'm not sure about anything beyond that.
@elkarrde check the other replies, it does :)