mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 00:36:17 -04:00
12 lines
218 B
CSS
12 lines
218 B
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
body {
|
|
background: #fafafa;
|
|
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
color: #333;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|