Skip to content

Commit e773de9

Browse files
committed
Fixed title colour to purple. Refs #18.
In Firefox it was shown in purple, while in Chrome it was blue. This fix forces it to be purple.
1 parent 3856c4c commit e773de9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style.css

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ body {
101101
}
102102

103103
#header a {
104+
color: #3D1255;
104105
font-variant: small-caps;
105106
font-weight: 100;
106107
font-size: 250%;

0 commit comments

Comments
 (0)