Skip to content

Commit 4b827eb

Browse files
committed
Set link colours to mustard initially and purple for visited
1 parent dc686bc commit 4b827eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/cbmc_style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,12 @@ h3 {
2424
font-size: 1.1em;
2525
margin: 0.3em 0;
2626
}
27+
28+
29+
a {
30+
color: #CA7900;
31+
}
32+
33+
.contents a:visited {
34+
color: #6237a8;
35+
}

0 commit comments

Comments
 (0)