1
0
Fork 0

Simple target highlighting for refs

Will add configurable background color later on
master
Mike Gerwitz 2013-01-30 22:37:33 -05:00
parent 16993151a8
commit 8ac9aa9531
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ cat <<EOF
<html> <html>
<head> <head>
<title>$subject</title> <title>$subject</title>
<style type="text/css">
:target { background-color: #fce94f; }
</style>
</head> </head>
<body> <body>
<h1>$subject</h1> <h1>$subject</h1>