hmc_site_source/assets/scss/custom.scss

63 lines
901 B
SCSS

// Add your own custom styles here
:root {
--boston-color: #20CCf8;
--seattle-color: #FF3CC8;
--meetups-color: #7A5DF9;
}
.boston-color {
color: #20CCF8;
}
.boston-bg {
background-color: #20CCF8;
}
.seattle-color {
color: #FF3CC8;
}
.seattle-bg {
background-color: #FF3CC8;
}
.meetups-color {
color: #7A5DF9;
}
.meetups-bg {
background-color: #7A5DF9;
}
.about-content a {
color: var(--meetups-color) !important;
text-decoration: none;
}
.about-content a:hover {
text-decoration: underline !important;
}
.qa a {
color: var(--meetups-color) !important;
text-decoration: none;
}
.qa a:hover {
text-decoration: underline;
}
.testimonial a {
color: var(--meetups-color) !important;
text-decoration: none;
}
.testimonial a:hover {
text-decoration: underline;
}
.video-container {
aspect-ratio: 16 / 9;
width: 100%;
}