Skip to content

Commit

Permalink
Merge pull request #103 from HemantKumar01/redesign
Browse files Browse the repository at this point in the history
Redesigned and Formatted Complete Website.
  • Loading branch information
Kritika30032002 authored Dec 12, 2023
2 parents 9a52f66 + e94703d commit d680ec8
Show file tree
Hide file tree
Showing 10 changed files with 560 additions and 487 deletions.
55 changes: 33 additions & 22 deletions public/css/dark-styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body.dark {
background-color: #0f0e0e;
body.dark,
html.dark {
background-color: #192e4e;
color: white;
}
#theme-toggle.dark {
Expand All @@ -10,27 +11,37 @@ body.dark {
background-color: #0e0d0d !important;
color: white !important;
}
.jumbotron.dark {
color: white !important;
background: #005d4c; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#212a51,
#00735e
) !important; /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#212a51,
#00735e
) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.hero.dark,
.hero .main-content h1.dark {
color: #a7daff !important;
}
.about-title.dark {
color: white !important;
}

.card-body.dark {
background-color: #302930 !important;
outline: none !important;
border: none !important;
.login-container.dark,
.register-container.dark {
background-color: rgba(255, 255, 255, 0.105);
}
button.dark {
background-color: #a7daff;
color: #192e4e;
}
button.secondary.dark {
color: #a7daff;
outline-color: #a7daff;
background-color: #192e4e;
}
#about.dark {
background-color: #093c7e !important;
color: white !important;
}
.secrets-container.dark {
background-color: #192e4e !important;
color: #a7daff;
}
#nav_small.side_nav.dark {
background-color: #a7daff;
}
#nav_small.side_nav a.dark {
color: #192e4e !important;
}
Loading

0 comments on commit d680ec8

Please sign in to comment.