index.community/frontend/src/index.css

17 lines
373 B
CSS

html,
body {
margin: 0;
padding: 50px 0 0 0;
font-family: sans-serif;
background-color: #293742;
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue,
Icons16, sans-serif;
}
.fediverse-instance-search-popover {
max-height: 350px;
min-width: 300px;
overflow-x: hidden;
}