Skip to content

Commit

Permalink
Merge pull request #2 from majidalfuttaim/feature/new
Browse files Browse the repository at this point in the history
change the color
  • Loading branch information
nsadiqmaf authored Oct 5, 2021
2 parents c983ff2 + d2850e2 commit 3e80da7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ a {
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
background: #ad0000;
background: blue;
color: #fff;
border: 0;
cursor: pointer;
Expand All @@ -85,7 +85,7 @@ a {

.link {
font-weight: bold;
color: #ad0000;
color: blue;
}
.link:focus, .link:hover {
color: #7a0000;
Expand All @@ -103,7 +103,7 @@ nav h1 {
}

nav h1 a {
color: #ad0000;
color: blue;
}

.nav-ul {
Expand All @@ -127,14 +127,14 @@ header .nav-ul a {
color: #333;
}
header .nav-ul a:focus, header .nav-ul a:hover {
color: #ad0000;
color: blue;
}
header .nav-ul a:active {
color: #c70000;
}

header li:first-child a {
background: #ad0000;
background: blue;
color: #fff;
}
header li:first-child a:hover {
Expand Down

0 comments on commit 3e80da7

Please sign in to comment.