Skip to content

Commit

Permalink
update link color for index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hellowaywewe committed Dec 1, 2020
1 parent c1826e6 commit 7f145c3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,15 @@ body {
background-size: 100% 100%;
color: #fff;
}

.footer a {
color: #ffffff;
}

.footer a:hover {
color: #0000ff;
}

#showBoxIframeBefore{
margin-bottom: 1rem;
}
Expand Down Expand Up @@ -255,6 +264,7 @@ a.nav-link{
.second-line{
left: 57%;
}

#project-entrance tr{
background: url("./img/smallClass/table_2.png");
background-position: bottom;
Expand Down Expand Up @@ -568,4 +578,5 @@ a.nav-link{
}
#canvas-wraper{
text-align: center;
}
}

0 comments on commit 7f145c3

Please sign in to comment.