index: only highlight text links

This commit is contained in:
2017-06-12 20:22:20 -04:00
parent 04ebe46704
commit e668fea664

View File

@@ -30,6 +30,14 @@
p { p {
margin-top: 0; margin-top: 0;
} }
.l {
text-decoration: none;
color: #000;
border-bottom: 3px solid #F3D8D6;
}
.l:hover {
background-color: #F3D8D6;
}
</style> </style>
</head> </head>
<body> <body>
@@ -47,5 +55,8 @@
<h2>Riffs</h2> <h2>Riffs</h2>
<p>Not necessarily mine, but riffs on other peoples' work.</p> <p>Not necessarily mine, but riffs on other peoples' work.</p>
<div class="glslGallery" data="170612231358" data-properties="clickRun:player,showTitle:false,openFrame=false,showAuthor:false"></div> <div class="glslGallery" data="170612231358" data-properties="clickRun:player,showTitle:false,openFrame=false,showAuthor:false"></div>
<h2>Other</h2>
<p>Of note: a defunct generative art <a class="l" href="http://blog.veitheller.de/I_Can't_Paint.html">Twitter bot</a>.</p>
</body> </body>
</html> </html>