index: only highlight text links
This commit is contained in:
11
index.html
11
index.html
@@ -30,6 +30,14 @@
|
||||
p {
|
||||
margin-top: 0;
|
||||
}
|
||||
.l {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
border-bottom: 3px solid #F3D8D6;
|
||||
}
|
||||
.l:hover {
|
||||
background-color: #F3D8D6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -47,5 +55,8 @@
|
||||
<h2>Riffs</h2>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user