Simple target highlighting for refs
Will add configurable background color later onmaster
parent
16993151a8
commit
8ac9aa9531
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue