Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
/* change the background color */
.navbar-custom {
background-color: #D3D3D3;
background-color: #1d3b37;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: #000000;
padding: 0.8rem 1rem;
color: #000000;
padding: 0.8rem 1rem;
}
/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
color: #4F8AC7;
padding: 1rem 1rem;
color: #37f770;
padding: 1rem 1rem;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #FFFFFF;
background-color: #4F8AC7; /* add background-color to active links */
color: #1a1a1a;
background-color: #133611; /* add background-color to active links */
}

.card-custom {
background-color: #4F8AC7;
color: #FFFFFF;
background-color: #4f8ac7;
color: #271515;
padding: 1rem 1rem;
}

body { background: #D3D3D3;}
body {
background: #0ca53f;
}