From 57843b8530c4a676e8ff620a60f3e495212c1902 Mon Sep 17 00:00:00 2001 From: Yan Holtz Date: Mon, 3 Jun 2024 15:52:22 +0200 Subject: [PATCH] remove useless css --- css/agency.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/css/agency.css b/css/agency.css index f040708..64daf17 100755 --- a/css/agency.css +++ b/css/agency.css @@ -1125,14 +1125,3 @@ ul.social-buttons li a:hover { color: orange; text-align: left; } - -/* ------------------------------------------------------------------------------------------------------------------- */ -/* -Disqus is displaying ads without my consent. -But removing it is some work since I would have to run all the rmd file again -so let's try to just hide it for now -/* ------------------------------------------------------------------------------------------------------------------- */ - -#disqus_thread { - display: none; -}