You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
972 B

/* Amelia theme newsletter stylesheet */
@import url("//fonts.googleapis.com/css?family=Lobster|Cabin:400,700");
body {
background: #0c6369;
color: #fff;
font-family: var(--bs-font-sans-serif);
padding: 15px;
}
a, a:visited {
color: #f2e8c0;
text-decoration: underline;
}
a:hover {
color: #f2e8c0;
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Lobster", cursive;
font-weight: 500;
}
.card {
margin-bottom: 1.5;
background-color: #0D6C73;
border: 1px solid transparent;
border-radius: 0.375rem;
}
.card-header {
border-bottom: 1px solid transparent;
}
.card-title {
margin-top: 0;
margin-bottom: 0;
font-size: 2rem;
color: inherit;
}
.card-title > a, .card-title > small, .card-title > .small, .card-title > small > a, .card-title > .small > a {
color: inherit;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Lobster", sans-serif;
font-weight: 500;
}