Skip to content

Commit

Permalink
change header color
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Nov 4, 2024
1 parent 7d08caa commit 7be77d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/css/cookie.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
align-items: center;
justify-content: space-between;
gap: 10px;
background-color: var(--header-color);
background-color: var(--footer-color);
color: var(--neutral-white);
border: 1px solid var(--accent);
border-radius: 10px;
Expand Down Expand Up @@ -50,12 +50,12 @@

.allow-btn {
background-color: var(--accent4);
color: var(--header-color);
color: var(--footer-color);
}

.decline-btn {
color: var(--accent4);
background-color: var(--header-color);
background-color: var(--footer-color);
}

.allow-btn:hover {
Expand Down
2 changes: 1 addition & 1 deletion src/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
justify-content: center;
align-items: center;
gap: 2rem;
background-color: var(--header-color);
background-color: var(--footer-color);
color: var(--footer-font-color);
font-size: calc(15 / var(--rem-base) * 1rem);
height: 90px;
Expand Down
3 changes: 2 additions & 1 deletion src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
--body-font-size--print: 0.9375em; /* 15px */
--body-line-height: 1.4;
--body-font-color: var(--text);
--header-color: #0b2b39;
--header-color: #061827;
--footer-color: #0b2b39;
--body-font-family: "Open Sans", sans-serif;
--body-font-weight-bold: 500;
--nav-font-family: "PP Telegraf", sans-serif;
Expand Down

0 comments on commit 7be77d4

Please sign in to comment.