picture-display/src/pictures/static/pictures/style.css
2021-01-24 16:01:36 +01:00

30 lines
498 B
CSS

:root {
--max-width: 750px;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
* {
margin: 0;
padding: 0;
}
main {
margin: 1em auto;
max-width: var(--max-width);
}
.message .metadata .name {
font-size: 120%;
}
.message .metadata .date {
color: #626262;
}
.message .text {
margin-top: 1em;
}