Skip to content

Commit

Permalink
Restyle logo
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFoDy committed Jan 26, 2024
1 parent e7356e7 commit 3754dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions src/styles/blocks/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@
align-items: flex-end;
}

.header__logo {
width: auto;
height: calc(var(--line-space) * 4);
}

.header__link {
margin: var(--line-space) 0;
margin-left: 1em;
color: var(--color-accent);
color: var(--color-text);
font-weight: bold;
letter-spacing: 0.2em;
text-decoration: none;
background-color: var(--color-accent);
}

@media (max-width: 1000px) {
Expand Down
4 changes: 0 additions & 4 deletions src/styles/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
filter: brightness(0.95);
}

.header__logo {
filter: invert(1);
}

.social-list__link--github::before {
--social-icon: url('/images/github-logo-light.svg');
}
Expand Down

0 comments on commit 3754dad

Please sign in to comment.