You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// Fonts
|
|
|
|
//@import url('https://fonts.bunny.net/css?family=Nunito');
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
|
|
|
|
@import url('/node_modules/bootstrap-icons/font/bootstrap-icons.css');
|
|
|
|
|
|
|
|
// Variables
|
|
|
|
@import 'variables';
|
|
|
|
|
|
|
|
//$font-size-base: 1rem;
|
|
|
|
|
|
|
|
// Navbar overrides
|
|
|
|
$navbar-light-color: var(--bs-blue);
|
|
|
|
$navbar-light-hover-color: var(--bs-blue);
|
|
|
|
$nav-link-font-size: 1.1rem;
|
|
|
|
|
|
|
|
// Bootstrap
|
|
|
|
@import 'bootstrap/scss/bootstrap';
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-description {
|
|
|
|
text-align: center;
|
|
|
|
color: $secondary;
|
|
|
|
font-style: italic;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|