Skip to content

Commit e44a6b5

Browse files
committed
Lighten up the HRs a bit
1 parent 6f7345a commit e44a6b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/css/post.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
h1, h2, h3 {
2-
border-bottom: 0.08em solid #a6a28c;
2+
border-bottom: 0.08em solid #e5e2d3;
33
}
44

55
.img-right {

source/css/site.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ h1, h2, h3 {
1919
}
2020

2121
hr {
22-
color: #a6a28c;
23-
background-color: #a6a28c;
22+
color: #e5e2d3;
23+
background-color: #e5e2d3;
2424
border: none;
2525
height: 2px;
2626
}

0 commit comments

Comments
 (0)