overrode bootstrap stylings. added 404 page

This commit is contained in:
StevanFreeborn
2022-06-27 14:45:15 -05:00
parent b123de0340
commit 8db6535c25
5 changed files with 272 additions and 32 deletions
+48
View File
@@ -0,0 +1,48 @@
/* Bootstrap Overrides */
.navbar-light .navbar-toggler {
color: black;
}
.navbar-toggler {
border: none;
}
.navbar-toggler:focus,
.navbar-toggler:active:focus {
box-shadow: none;
}
.dropdown-item:active {
color: #1e2125;
background-color: #e9ecef;
}
/* Site Specific */
html,
body {
height: 100%;
}
.main-content {
max-width: 525px;
}
.social-icon {
font-size: 2rem;
}
.cta-button,
.cta-button:hover,
.cta-button:focus {
color: #fff;
background-color: #db3e3e;
border-color: #db3e3e;
box-shadow: none;
}