Skip to content

Commit

Permalink
commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Humenyuk1991 committed Jan 4, 2025
1 parent 009cdcb commit 808f677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ h1 {
align-content: center;
line-height: 16px;
border-radius: 5px;
border: 1px solid #00acdc;
border: 1px solid $background-color;

&:hover {
background-color: #fff;
color: $background-color;
border: 1px solid #00acdc;
border: 1px solid $background-color;
}
}

Expand Down
1 change: 0 additions & 1 deletion src/styles/variables.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
$text-color: #060b35;

$background-color: #00acdc;

0 comments on commit 808f677

Please sign in to comment.