-
Notifications
You must be signed in to change notification settings - Fork 780
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1229 from Himanshu7980-code/main
Styling of the anchors tags improved
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Arima:[email protected]&family=Oswald:[email protected]&display=swap'); | ||
|
||
|
||
#title { | ||
color: #fff; | ||
height: 950px; | ||
|
@@ -581,14 +584,16 @@ h1 { | |
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
text-decoration: none; | ||
} | ||
.nav-link{ | ||
transition:all ease-in-out 0.3s; | ||
} | ||
.light-mode .navbar-light .navbar-nav .nav-link{ | ||
font-family: "Oswald"; | ||
font-size: 1.4rem; | ||
font-weight: 700; | ||
color: rgb(255 237 179); | ||
color: rgb(255, 255, 255); | ||
} | ||
|
||
.dark-mode .navbar-light .navbar-nav .nav-link{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters