Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed Jun 23, 2024
1 parent a357c44 commit 9801eea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ body {
:root {
--text: #dddddd;
--bg: #161d27;
--navbar-bg-color: #dddddd;
--navbar-text-color: #161d27;
/* --bgtabledark: #25282E;*/
}
}
Expand Down Expand Up @@ -70,7 +72,7 @@ footer {
h1 {
font-size: 4rem;
text-align: center;
color: white;
color: var(--text);
text-shadow: 2px 2px 10px black;
}

Expand Down Expand Up @@ -404,7 +406,7 @@ justify-content: center;

div, button {
font-family: 'Segoe UI', sans-serif;
color: #dddddd;
color: var(--text);
}


Expand Down

0 comments on commit 9801eea

Please sign in to comment.