Files
self/app/web/reset.css
Aaron DeRuvo 2aed84e6a8 SEL-504: fix fonts and some styles (#762)
* fix fonts and some styles

* dry config

* fix some warnings
2025-07-16 11:16:48 +02:00

7 lines
135 B
CSS

/* just a few resets for web so that it looks more like the native app */
button {
background-color: transparent;
border: none;
}