Skip to content

Commit

Permalink
Improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
fluviusmagnus committed Nov 28, 2023
1 parent 1e083af commit 856be11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ hr {
}

a {
color: yellow;
color: aqua;
}

a:visited {
color: purple;
color: violet;
}

a:hover {
color: lightyellow;
color: white;
}

a:active {
color: red;
}

b {
color: aqua;
color: yellow;
font-weight: normal;
}

Expand Down

0 comments on commit 856be11

Please sign in to comment.