mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
15 lines
242 B
CSS
15 lines
242 B
CSS
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 100vh;
|
|
}
|
|
|
|
#app {
|
|
font-family: 'Avenir', Helvetica, Arial, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: #2c3e50;
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|