mirror of
https://github.com/home-assistant/frontend.git
synced 2026-09-14 12:40:30 +01:00
* Improvements * Add types CAF * Fix demo switching * Do not set background color in hui-view
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
<meta name='viewport' content='width=device-width, user-scalable=no'>
|
|
<style>
|
|
body {
|
|
font-family: Roboto, sans-serif;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-weight: 400;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100vh;
|
|
}
|
|
</style>
|