index: only highlight text links
This commit is contained in:
11
index.html
11
index.html
@@ -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>
|
||||||
|
Reference in New Issue
Block a user