Skip to content

Commit

Permalink
change border color #e1e7ed;
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennadiy99 committed Dec 11, 2024
1 parent fe41eca commit 88aa952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body {
background-size: 19px;
background-position: 25px 24px;

border: 1px solid e1e7ed; /* виглядае не схоже стосовно макету */
border: 1px solid #e1e7ed; /* виглядае не схоже стосовно макету */

/* border: none; */
border-radius: 4px;
Expand All @@ -70,7 +70,7 @@ body {
height: 42px;
padding: 12px 12px 10px 33px;

border: 1px solid e1e7ed; /* виглядае не схоже стосовно макету */
border: 1px solid #e1e7ed; /* виглядае не схоже стосовно макету */

/* border: none; */
border-radius: 4px;
Expand Down

0 comments on commit 88aa952

Please sign in to comment.