commit a7d60e83124f67738331ebff4599e66ad0b06324 parent 787b58da346734a9b667ef0ee88e4355620e43b0 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Sun, 5 Jan 2020 12:13:21 -0600 Add styling for hr Diffstat:
| M | layouts/partials/css/custom.css | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -29,3 +29,8 @@ textarea {
#comments div {
margin: 1em 0 1em 0;
}
+
+hr {
+ border: none;
+ border-top: 1px solid var(--alt-background-color);
+}