Fix hr tag colour

This commit is contained in:
Liam Dyer
2019-11-09 10:03:14 -05:00
parent 2da49cf514
commit 8107ba9334

View File

@@ -82,7 +82,7 @@ export default {
}
hr {
width: 80%;
background-color: #08e5ff;
border-color: #08e5ff;
}
}