witten
/
luminotes
Archived
1
0
Fork 0

Hover color for links within notes.

This commit is contained in:
Dan Helfman 2007-08-28 23:00:54 +00:00
parent 91d053e0c9
commit 9f73b9378a
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ body {
line-height: 140%;
}
a:hover {
color: #ff6600;
}
h3 {
margin-bottom: 1em;
}