ese2024-preview/style.css

35 lines
414 B
CSS
Raw Normal View History

2024-09-18 11:47:52 +02:00
body {
font-family: sans-serif;
background: #fefefe;
}
h1 {
font-family: aileron, sans-serif;
font-weight: 900;
color: #F221B7;
}
h2 {
font-family: aileron, sans-serif;
font-weight: 400;
color: #F221B7;
}
.eseInConstruct {
max-width: 100%;
max-height: 500px;
}
nav {
border-top: 1px dotted rgba(0,0,0,.15);
}
nav ul {
padding: 0;
}
nav li {
display: block;
margin-bottom: .5em;
}