File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ @import url ('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Oswald:wght@200..700&display=swap' );
2
+
3
+
1
4
# title {
2
5
color : # fff ;
3
6
height : 950px ;
@@ -581,14 +584,16 @@ h1 {
581
584
display : flex;
582
585
justify-content : center;
583
586
align-items : center;
587
+ text-decoration : none;
584
588
}
585
589
.nav-link {
586
590
transition : all ease-in-out 0.3s ;
587
591
}
588
592
.light-mode .navbar-light .navbar-nav .nav-link {
593
+ font-family : "Oswald" ;
589
594
font-size : 1.4rem ;
590
595
font-weight : 700 ;
591
- color : rgb (255 237 179 );
596
+ color : rgb (255 , 255 , 255 );
592
597
}
593
598
594
599
.dark-mode .navbar-light .navbar-nav .nav-link {
Original file line number Diff line number Diff line change 83
83
< div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
84
84
< ul class ="navbar-nav mr-auto ">
85
85
< li class ="nav-item active mx-4 ">
86
- < a class ="nav-link link " href ="./index.html "> Home</ a >
86
+ < a class ="nav-link link " style =" text-decoration: none; " href ="./index.html "> Home</ a >
87
87
</ li >
88
88
< li class ="nav-item mx-4 ">
89
- < a class ="link nav-link " href ="./about.html "> About</ a >
89
+ < a class ="link nav-link " href ="./about.html "> About</ a >
90
90
</ li >
91
91
< li class ="nav-item mx-4 ">
92
92
< a class ="link nav-link " href ="./contact.html "> Contact</ a >
You can’t perform that action at this time.
0 commit comments