File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- /* Fixed navigation bar at the top */
1
+ /* Fixed navigation bar at the top */
2
2
.topnav {
3
- background-color : # 990000 ;
3
+ background-color : # ffffff ; /* Sets background color to white */
4
4
overflow : hidden;
5
5
position : fixed;
6
6
z-index : 999 ;
13
13
/* Links inside the navigation bar */
14
14
.topnav a .normal {
15
15
float : right;
16
- color : # f2f2f2 ;
16
+ color : # 808080 ; /* Sets text color to grey */
17
17
text-align : center;
18
18
padding : 10px 9px ;
19
19
text-decoration : none;
22
22
23
23
/* Hover effects for links */
24
24
.topnav a .normal : hover {
25
- background-color : # ddd ;
26
- color : black;
25
+ background-color : # f0f0f0 ; /* Light grey background on hover */
26
+ color : # 000000 ; /* Black text on hover */
27
27
}
28
28
29
29
/* Adjusts the right margin for alignment */
38
38
}
39
39
40
40
.topnav a .normal {
41
- color : white;
41
+ color : # 808080 ; /* Grey text for smaller screens */
42
42
float : none;
43
43
padding : 14px 16px ;
44
44
text-decoration : none;
47
47
}
48
48
49
49
.topnav a .icon {
50
- color : white;
50
+ color : # 808080 ; /* Grey text for the icon */
51
51
display : block;
52
52
padding : 10px 16px ;
53
53
font-size : 17px ;
59
59
}
60
60
61
61
.topnav a .right {
62
- color : white;
62
+ color : # 808080 ; /* Grey text for "right" links */
63
63
float : none;
64
64
padding : 14px 16px ;
65
65
text-decoration : none;
You can’t perform that action at this time.
0 commit comments