Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 22, 2023
1 parent 3aab0d3 commit da6ac6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ ul.primary-menu {
}

.menu-toggle::before {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 5px;
box-shadow: var(--button-shadow);
/* background-color: rgba(0, 0, 0, 0.2);*/
/* box-shadow: var(--button-shadow);*/
border: 1px solid var(--primary-color);
content: '\eb5f';
display: inline-block;
font-size: 3rem;
Expand All @@ -364,7 +364,7 @@ ul.primary-menu {
}

.menu-toggle.activated::before {
background-color: rgba(0, 0, 0, 0.3);
/* background-color: rgba(0, 0, 0, 0.3);*/
box-shadow: inset 1px -1px 4px rgba(0, 0, 0, 0.4);
content: '\ec8d';
transform: rotateX( 180deg );
Expand Down
Loading

0 comments on commit da6ac6d

Please sign in to comment.