From e0e562be5ea7153571c793b3f2a0a9c63597e0cb Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Sat, 4 Jan 2025 01:00:02 +0100 Subject: [PATCH] Fix hidden class, set display none to be important --- .../writeups/holiday-hack-challenge/2024/act3/_index.md | 8 ++++++++ themes/maik-blog/assets/scss/_main.scss | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 content/writeups/holiday-hack-challenge/2024/act3/_index.md diff --git a/content/writeups/holiday-hack-challenge/2024/act3/_index.md b/content/writeups/holiday-hack-challenge/2024/act3/_index.md new file mode 100644 index 0000000..ff46005 --- /dev/null +++ b/content/writeups/holiday-hack-challenge/2024/act3/_index.md @@ -0,0 +1,8 @@ ++++ +author = "Maik de Kruif" +title = "Act 3 - SANS HHC 2024" +breadcrumb = "Act 3" +description = "A collection of my writeups for the 2024 edition of the SANS Holiday Hack Challenge (HHC). HHC is a free series of fun, quality, hands-on cybersecurity challenges." ++++ + +A collection of my writeups for the 2024 edition of the SANS Holiday Hack Challenge (HHC). HHC is a free series of fun, quality, hands-on cybersecurity challenges. diff --git a/themes/maik-blog/assets/scss/_main.scss b/themes/maik-blog/assets/scss/_main.scss index e295c92..b76f46d 100644 --- a/themes/maik-blog/assets/scss/_main.scss +++ b/themes/maik-blog/assets/scss/_main.scss @@ -405,7 +405,7 @@ svg { } .hidden { - display: none; + display: none !important; } .hide-on-phone {