From 10a23b7fd80301dd3207ae413e7cee6c9d314f10 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Thu, 15 May 2025 16:17:41 +0100 Subject: [PATCH] Update custom.scss --- docs/_sass/custom/custom.scss | 36 ----------------------------------- 1 file changed, 36 deletions(-) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 8e2e90f..0253e4d 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -28,39 +28,3 @@ span.label.label-grey { background-color: #ededed; color: #6c757d; } - - -.site-title { - display: inline-block !important; /* Force title visibility */ - font-size: 1.5em; - color: inherit; - text-decoration: none; - margin-left: 10px; -} - -.site-logo { - display: inline-block; - vertical-align: middle; -} - -.site-logo::before { - content: url('/assets/images/cactuzhead.png'); /* Fallback logo */ - max-height: 40px; - display: inline-block; - vertical-align: middle; -} - -/* Existing styles */ -.label { - display: inline-block; - padding: 2px 6px; - border-radius: 3px; - font-size: 0.8em; - margin-left: 5px; - vertical-align: middle; -} - -span.label.label-grey { - background-color: #ededed; - color: #6c757d; -}