Skip to content

Commit

Permalink
Update common.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasia-front committed Aug 2, 2023
1 parent e193bb5 commit 65db09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ img {
}
p a,
li a {
color: rgb(255, 218, 172);
color:rgb(255, 127, 80);
font-size: 30px;
text-decoration: none;
font-family: serif;
Expand All @@ -32,5 +32,5 @@ p a:hover,
li a:hover,
p a:focus,
li a:focus {
color: coral;
color: rgb(255, 218, 172);
}

0 comments on commit 65db09a

Please sign in to comment.