File: D:/web/hyperflight/2026-07-30/prev/css/custom.css
/* HyperFlight Bootstrap 5 custom styles */
/* (SS,18/05/26) */
/*
body {
background-color: #c7ebff;
}
*/
/* set body background */
body {
/* background-color: #EBF7FE; */
/* background-color: #D9EFFD; */
/* background-color: #A5D8FA; */
background-color: #BEE3FC;
}
/* Keep central page content white */
.container {
background: white;
}
/* Carousel */
.carousel {
overflow: hidden;
margin: auto;
}
/* Links */
/* (SS,28/5/26) overrides the default underlining */
a {
text-decoration: none;
}
a:hover,
a:focus {
text-decoration: underline;
}
.btn:hover,
.btn:focus,
.nav-link:hover,
.nav-link:focus,
.dropdown-item:hover,
.dropdown-item:focus {
text-decoration: none;
}