Skip to content

Commit 490c06b

Browse files
committed
Special treatment for me
My favicon is pretty square/harsh. Soften it a bit.
1 parent 75e29c9 commit 490c06b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

demo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
}
142142

143143
a[href^="https://csswizardry.com"]::after {
144+
border-radius: 1px;
144145
background-image: url(https://csswizardry.com/icon.png);
145146
}
146147

@@ -299,7 +300,7 @@ <h1>Obs.js: context-aware web performance for everyone</h1>
299300
})();
300301
</script>
301302

302-
<p>It is built and maintained by <a href=https://csswizardry.com>Harry
303+
<p>Obs.js is built and maintained by <a href=https://csswizardry.com>Harry
303304
Roberts</a> under the MIT license.</p>
304305

305306
<p>This page shows the <code>.has-*</code> classes that Obs.js adds to the

0 commit comments

Comments
 (0)