Skip to content

Commit 9b6cc20

Browse files
author
Justin Tulloss
committed
some improved styling
1 parent 4ef522c commit 9b6cc20

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

blog/main.less

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
a {
2+
text-decoration: none;
3+
}
4+
5+
hr {
6+
border: 0;
7+
background-color: #ccc;
8+
height: 1px;
9+
}

favicon.ico

37.4 KB
Binary file not shown.

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>Algorithms and Blues</title>
5+
<link rel="shortcut icon" href="favicon.ico" />
56
<script type="text/javascript" src="/ribs/json2.min.js"></script>
67
<script type="text/javascript" src="/ribs/LAB.js"></script>
78
<script type="text/javascript" src="/ribs/bootstrap.js"></script>

targets/blog.json

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"init.js"
1414
]]
1515
],
16+
"less": [
17+
["/blog/", [
18+
"main.less"
19+
]]
20+
],
1621
"css": [
1722
["/blog/", [
1823
"normalize.css"

0 commit comments

Comments
 (0)