diff --git a/www/static/style.css b/www/static/style.css index 10c9a4b..0a1a993 100644 --- a/www/static/style.css +++ b/www/static/style.css @@ -8,6 +8,12 @@ a { text-decoration: none; } +hr { + border-color: #dd00dd; + box-shadow: 2px 2px 10px #ff00ff; + width: 100%; +} + h1, .footer { text-align: center; }