Skip to content

Commit 65bd939

Browse files
The sizing issue with the navigation bar in the main menu has been resolved, and adjustments have been made to give it a sleeker look.
1 parent 5fed12d commit 65bd939

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

WS_Pages/mainpage.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,18 @@
2424
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
2525
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
2626
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/143949134?v=4" type="image/x-icon">
27+
<style>
28+
.navbar .nav-link {
29+
color: #000 !important;
30+
}
31+
.navbar .nav-link:hover {
32+
color: #000 !important;
33+
opacity: 0.7;
34+
}
35+
</style>
2736
</head>
2837
<body class="body" style="background-color: #FAFAFA">
29-
<nav class="navbar navbar-expand-lg navbar-light bg-light title-navbar fs-4 py-3" style="background-color: #EAEAEA !important;">
38+
<nav class="navbar navbar-expand-lg navbar-light bg-light title-navbar fs-4 py-2" style="background-color: #EAEAEA !important; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;">
3039
<div class="container-fluid">
3140
<img class="navbar-brand ms-3" src="https://avatars.githubusercontent.com/u/143949134?v=4" width="30" height="30" alt="OpenSoftware-World" title="OpenSoftware-World Logo">
3241
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>

0 commit comments

Comments
 (0)