diff --git a/public/css/styles.css b/public/css/styles.css index 1651721..1c3d891 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -35,6 +35,11 @@ dl, ol, ul { background-color: rgb(0, 0, 0) !important; } +.bg-dark { + --bs-bg-opacity: 1; + background-color: rgb(0 0 0) !important; +} + /* Navbar Styles */ .navbar { background-color: #000000;