Skip to content

Commit

Permalink
fixed css for home links, no longer blue
Browse files Browse the repository at this point in the history
  • Loading branch information
smcdonou02 committed Nov 11, 2022
1 parent cfffc74 commit d354120
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MavenBack/src/main/webapp/homeStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ p{
justify-content: space-around;
}

.links div a p, .links a:visited p {
.links a, .links a:visited {
color: #f95a42;
text-decoration: none;
background: transparent;
}
.links a:hover{
color: #FF9888;
}

.welcomeContainer{
Expand Down

0 comments on commit d354120

Please sign in to comment.