diff --git a/_posts/2025-03-20-bitby-report.md b/_posts/2025-03-20-bitby-report.md index a269958..913633b 100644 --- a/_posts/2025-03-20-bitby-report.md +++ b/_posts/2025-03-20-bitby-report.md @@ -2,7 +2,6 @@ layout: post title: Bybit incident report and mitigating controls date: 2025-03-20 -read_time: 12 cover_image: "/assets/images/whale_shark.jpg" authors: - name: Anton Livaja diff --git a/_sass/base.scss b/_sass/base.scss index 64f11ce..785f62c 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -460,11 +460,9 @@ footer { display: inline-block; text-decoration: none; margin-left: 20px; - transition: transform 0.5s ease !important; } .footer-link:hover { - transform: translateY(-2px); background: transparent; color: white; } @@ -517,11 +515,9 @@ hr { margin: 0px 4px; font-size: 1.1rem; text-decoration: none; - transition: transform 0.5s ease; } .header-page-links a:hover { - transform: translateY(-2px); background-color: transparent; color: white; } @@ -1581,8 +1577,8 @@ pre { } .blog a:hover { + text-decoration: underline; background: var(--background-color); - color: var(--dark-teal); } .blog-details {