ariadne.space/static/styles.css

53 lines
740 B
CSS

body {
font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;
background: #14062d;
color: #eee;
display: flex;
margin: 0;
min-height: 100vh;
line-height: 1.8rem;
}
a {
color: #ccf;
text-decoration: none;
}
nav {
padding: 1em;
width: 15em;
background: #8224e3;
text-align: center;
}
nav a {
color: #fff;
}
nav ul {
text-align: left;
list-style: none;
padding: 0;
}
nav ul li, article a {
text-decoration: underline;
}
main {
padding: 1em;
max-width: 50em;
font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 1em 0;
}
[rel="me"] img {
width: 15em;
height: 15em;
padding-bottom: 0.5em;
border-radius: 15em;
}