diff --git a/about.html b/about.html index da31e169..eeff63d0 100644 --- a/about.html +++ b/about.html @@ -21,7 +21,7 @@ padding-top: 70px; margin-top: 80px; font-size: 36px; /* Adjust size as needed */ - color: #2c3e50; /* Dark blue color */ + color: #373df3; /* Dark blue color */ font-family: 'Arial', sans-serif; /* Change font family */ margin-bottom: 20px; /* Space below the heading */ transition: color 0.3s; /* Smooth transition for color change */ diff --git a/index.html b/index.html index 510149b8..bced0c6f 100644 --- a/index.html +++ b/index.html @@ -21,57 +21,50 @@ - - - - + + +
diff --git a/start.html b/start.html index 17270191..894211ed 100644 --- a/start.html +++ b/start.html @@ -22,68 +22,54 @@ - - - - - + + +
diff --git a/style.css b/style.css index 16df6f09..73798d2d 100644 --- a/style.css +++ b/style.css @@ -68,7 +68,6 @@ header { .logo img { height: 50px; } - /* Navbar styles */ .navbar { margin-bottom: 3em; @@ -144,6 +143,15 @@ nav a img { margin-right: 10px; } +.navbar { + background-color: rgb(54, 54, 54);; /* Existing background */ +} + +.navbar a { + color: white; /* Change text color to white */ +} + + .active-page { color: #EEC48B; background: rgba(159, 159, 159, 0.2); @@ -249,6 +257,7 @@ body.dark .support a { /*navbar */ + .btn-primary { border-radius: 4px; background-color: var(--secondary-color);