mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
14 lines
259 B
CSS
14 lines
259 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%;
|
|
} |