ltqf/assets/css/style.css
2023-11-24 18:38:28 +01:00

32 lines
516 B
CSS

h1{
font-family: 'Advent Pro', sans-serif;
text-transform: uppercase;
font-size: 3rem;
font-weight: 700;
color: black;
}
h2{
font-family: 'Advent Pro', sans-serif;
}
p {
padding-bottom: 1rem !important;
}
.has-background-black, .is-black{
background-color: #000 !important;
}
.menu-list li a:hover {
color: #000 !important;
}
.subtitles {
font-family: 'Advent Pro', sans-serif;
color: black;
font-size: 2rem;
font-weight: 500;
}
.carousel {
overflow: hidden;
}