From 34b3fefaddd165b649c53e140f6b749c18943d26 Mon Sep 17 00:00:00 2001 From: Mateja Date: Mon, 3 May 2021 17:44:38 +0200 Subject: Add delete option on every post. --- public/css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css index d3a017d..d8fb0d5 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -20,6 +20,9 @@ footer, nav { padding: 1rem; border-radius: 0 35%; } +a.badge { text-decoration: none; } +a.badge:hover { color: white; } + .btn { background: #002147; color: white; } -- cgit v1.2.3