fix(core): update

This commit is contained in:
Philipp Kunz 2021-03-10 16:57:25 +00:00
parent 78bce9600c
commit 83fe1d62e7

View File

@ -11,10 +11,13 @@ export const styles = html`
<style>
* {
transition: background 0.1s, color 0.1s;
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}
:host {
font-family: 'Roboto', sans-serif;
}
${scrollBarStyles}
</style>
`;