Skip to content

Commit

Permalink
coloring links
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchtct committed Oct 22, 2024
1 parent 242e8e4 commit 0654f2b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions experiments/marian/1_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
background-color: hsl(0, 0%, 75%);
}

:link {
color: green;
}

:visited {
color: darkgreen;
}

img {
max-width: 100%;
height: auto;
}

section {
opacity: .5;
padding: 20px;
Expand Down

0 comments on commit 0654f2b

Please sign in to comment.