diff --git a/frontend/html/poll.html b/frontend/html/poll.html index d6f6da3..8ee9f65 100644 --- a/frontend/html/poll.html +++ b/frontend/html/poll.html @@ -25,7 +25,7 @@
-

Poll.horse

+

Poll.horse

Make voting on things simpler

diff --git a/frontend/html/result.html b/frontend/html/result.html index 831c36b..81e260e 100644 --- a/frontend/html/result.html +++ b/frontend/html/result.html @@ -20,7 +20,7 @@
-

Poll.horse

+

Poll.horse

Make voting on things simpler

diff --git a/frontend/static/css/main.css b/frontend/static/css/main.css index 65ba172..6c55b9c 100644 --- a/frontend/static/css/main.css +++ b/frontend/static/css/main.css @@ -42,6 +42,10 @@ header { header h1 { font-size: 3em; } +header h1 a { + color: #fff; + text-decoration: none; +} /* #endregion Header */ /* #region Main */