From 29552e46d7f970426ecbe581d6487db79a72d408 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jan 2022 13:25:42 +0500 Subject: [PATCH] style footer links --- themes/lumbung-theme/static/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index da78f6a..4c6fce6 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -649,4 +649,14 @@ footer { color: #333333; font-size: 15px; padding: 1em 4em; +} + +footer a { + color: #333333; + text-decoration: none; +} + +footer a:hover { + cursor: pointer; + text-decoration: underline; } \ No newline at end of file