From 9d0494fb621d8adc95d82a5fefbf4440134d6422 Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 21 Feb 2020 10:39:12 +0100 Subject: [PATCH] added class for list design --- threadr/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/threadr/style.css b/threadr/style.css index 92be9fa..1a47e37 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -215,6 +215,18 @@ ul.topnav li.right { ul.topnav li {float: none;} } +ul.list li { + display: block; + color: #fef6e4; + text-align: center; + color: #fef6e4; + font-family: monospace; + font-size: 1em; + padding: 14px 16px; + text-decoration: none; + float: none; +} + /*.dropdown-content { display: none; position: absolute;