ZMYaro / paintz

A simple drawing app that runs in a web browser, designed to be an MS Paint substitute for Chromebooks and other Chrome OS devices. PaintZ is free, but please consider supporting development at https://ko-fi.com/ZMYaro or https://patreon.com/ZMYaro.
https://paintz.app
53 stars 11 forks source link

Add better <kbd> element styles for keyboard shortcut hints #161

Closed ZMYaro closed 4 years ago

ZMYaro commented 4 years ago

Something like...

kbd {
    display: inline-block;
    padding: 2px 8px;
    margin: -2px 4px;
    border-radius: 2px;
    background-color: rgba(128, 128, 128, 0.25);
    font: inherit;
    font-weight: bold;
}