eventcally/static/site.css
Daniel Grams fc64b55dfd admin
2020-06-08 20:44:11 +02:00

43 lines
708 B
CSS

h1 {
font-size: 1.8rem;
margin-bottom: 1.8rem;
}
.navbar {
background-color: lightslategray;
font-size: 1em;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: white;
padding: 8px 5px 8px 5px;
}
.navbar a {
text-decoration: none;
color: inherit;
}
.navbar-brand {
font-size: 1.2em;
font-weight: 600;
}
.navbar-item {
font-variant: small-caps;
margin-left: 30px;
}
.body-content {
padding: 10px;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
footer {
padding: 10px;
}
.social-btn {
/* background-color: #009688;
color: white; */
font-size: 1.5rem;
}