fix(core): update

This commit is contained in:
Philipp Kunz 2020-11-24 20:57:41 +00:00
parent d059862841
commit 1315e8c3f6

View File

@ -10,6 +10,7 @@ import { html, LitElement } from 'lit-element';
export const styles = html`
<style>
* {
transition: background 0.2s, color 0.1s;
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}