Skip to content

Commit

Permalink
nav&footer css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VeraWise committed Feb 7, 2025
1 parent 4f5116e commit 9906e6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions App/Frontend/src/app/footer/footer.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**********************************/

/* Footer */
.footer {
::ng-deep .footer {
background-color: var(--tertiary);
border-radius: var(--radius);
box-shadow: 2px 0 5px var(--shadow);
Expand All @@ -27,4 +27,4 @@
color: var(--primary);
text-decoration: none;
}
/* Footer */
/* Footer */
18 changes: 9 additions & 9 deletions App/Frontend/src/app/nav/nav.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
/**********************************/

/* Navigation Bar */
.nav {
background-color: var(--tertiary);
color: var(--secondary);
border-radius: var(--radius);
box-shadow: 2px 0 5px var(--shadow);
min-width: 150px;
padding: 20px;
top: 20px;
::ng-deep .nav {
background-color: var(--tertiary);
color: var(--secondary);
border-radius: var(--radius);
box-shadow: 2px 0 5px var(--shadow);
min-width: 150px;
padding: 20px;
top: 20px;
}

.nav-header {
Expand Down Expand Up @@ -120,4 +120,4 @@
.nav-github-button:hover {
background-color: var(--secondary);
}
/* Navigation Bar GitHub */
/* Navigation Bar GitHub */

0 comments on commit 9906e6b

Please sign in to comment.