Skip to content

Commit

Permalink
feat: friendlier start accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Oct 22, 2023
1 parent 4f628fb commit ff3f259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@


:root {
--color-primary: #521d3a;
--color-primary-light: #8c3c4f;
--color-primary: rgba(56,139,253,0.7);
--color-primary-light: rgba(56,139,253,0.4);
--color-accent-emphasis: #8c3c4f;
--lightness: 120%;
--line-height: 1.5;
Expand Down
3 changes: 3 additions & 0 deletions src/styles/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ footer {
.btn-nav {
background: var(--color-primary) !important;
// filter: brightness(var(--lightness));
* {
color: var(--fgColor-default, var(--color-fg-default)) !important;
}
}

footer-image svg {
Expand Down

0 comments on commit ff3f259

Please sign in to comment.