Skip to content

Commit

Permalink
Update 1_basics.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara798 committed Oct 23, 2024
1 parent 81e5283 commit 283551f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experiments/lara/1_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
}

A:visited {
color: darkgreen;
color:darksalmon;
}

A:active {
color: darkslategrey;
color: rgb(70, 80, 80);
}

A:hover {
color: lightsalmon;
color: rgb(21, 98, 39);
}


Expand Down

0 comments on commit 283551f

Please sign in to comment.