Skip to content

Commit

Permalink
finnaly fixed logo animation bag)))
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Farmaha committed Jan 21, 2024
1 parent 38d51e5 commit 9eacbcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/components/AppBar/AppBar-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export const HeaderFilter = styled.div`
left: 0;
right: 0;
z-index: 998;
backdrop-filter: blur(8px);
background-color: rgba(255, 255, 255, 0.8);
`;

export const Header = styled.header`
Expand All @@ -22,7 +24,6 @@ export const Header = styled.header`
display: flex;
justify-content: center;
background-color: rgba(255, 255, 255, 0.7);
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px 0px;
border-bottom: 1px solid;
border-image: linear-gradient(
Expand Down
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:root {
--main-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);

--accent-color: rgb(85, 150, 0);
--accent-hover-color: rgb(120, 211, 0);
--accent-color: rgb(105, 150, 0);
--accent-hover-color: rgb(151, 211, 0);

--primary-red-color: #ff004c;

Expand Down

0 comments on commit 9eacbcf

Please sign in to comment.