File size: 256 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 14px;
}
a {
color: #3e82f7;
text-decoration: none;
}
#root img {
max-width: 100%;
}
|