From 19ed7cdbe9b911d08f3e689d1f7c2e36780f71aa Mon Sep 17 00:00:00 2001 From: LarsVomMars Date: Sat, 6 Feb 2021 20:34:19 +0100 Subject: Lulz --- admin/public/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'admin/public/style.css') diff --git a/admin/public/style.css b/admin/public/style.css index f1bbc9e..f889abb 100644 --- a/admin/public/style.css +++ b/admin/public/style.css @@ -28,8 +28,15 @@ div { background: white; } -#list span { +#list h3 a { cursor: pointer; + text-decoration: none; + color: #4c4c4c; + font-style: italic; +} + +#list h3 a:hover { + opacity: 0.7; } @media only screen and (max-width: 700px) { -- cgit v1.2.3