From 69b4b69ef48f4103e3d1ff0137b6c6525b60aae5 Mon Sep 17 00:00:00 2001 From: Glenwing Date: Thu, 15 Mar 2018 16:20:05 -0700 Subject: [PATCH] Main page HR style update --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 0f7f6fb..5c685dc 100644 --- a/index.html +++ b/index.html @@ -61,6 +61,13 @@ color: #000000; text-decoration: underline; } + + hr { + height: 1px; + border-width: 0; + color: #888888; + background-color: #888888; + }