Skip to content

Commit 9aeabea

Browse files
committed
Set link colours to mustard initially and purple for visited
1 parent 722e884 commit 9aeabea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/cbmc_style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ h3 {
2828
p, div, ul, ol {
2929
margin: 0.15em 0em 0.15em 0.5em;
3030
}
31+
32+
a {
33+
color: #CA7900;
34+
}
35+
36+
.contents a:visited {
37+
color: #6237a8;
38+
}

0 commit comments

Comments
 (0)