Simple target highlighting for refs
Will add configurable background color later onmaster
parent
16993151a8
commit
8ac9aa9531
|
@ -4,6 +4,9 @@ cat <<EOF
|
|||
<html>
|
||||
<head>
|
||||
<title>$subject</title>
|
||||
<style type="text/css">
|
||||
:target { background-color: #fce94f; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>$subject</h1>
|
||||
|
|
Loading…
Reference in New Issue