Skip to content
Snippets Groups Projects
Commit 72208d00 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Added nav bar css

parent 41d9214f
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,25 @@ body { padding-top: 56px; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #45b06cff; }
/* header */
/*navbar design*/
.navbar-custom {
background-color: var(--darkpurple);
margin-bottom: 8px;
}
/*colour of the navbar links*/
.nav-link {
color: var(--offwhite);
}
/*When hovering over navbar link with mouse the text turns orange */
.nav-link:hover {
color: var(--darkpurple);
background-color: var(--yellow);
border-radius: 3px;
}
/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment