From 4f74aa0bff1908eac7303e73bd9314724a76b08c Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:14:50 +0100 Subject: [PATCH] Please if you dont like the bold feature kindly report it --- ui/ui/sections/header.tpl | 12 ++++++++++++ ui/ui/user-ui/header.tpl | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 843109d9..d056aabc 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -256,6 +256,10 @@ font-weight: bold; } + .main-header .logo .logo-lg { + font-weight: bold; + } + /* Search Bar Start Here */ .wrap { width: 30%; @@ -1003,6 +1007,14 @@ font-weight: bold; } + .dark-mode .content-header>h2 { + font-weight: bold; + } + + .dark-mode .main-header .logo .logo-lg { + font-weight: bold; + } + /* Dark Mode - Select2 Dropdown ends here */ /* dark mode styles start ends here */ diff --git a/ui/ui/user-ui/header.tpl b/ui/ui/user-ui/header.tpl index e52c1b69..09841709 100644 --- a/ui/ui/user-ui/header.tpl +++ b/ui/ui/user-ui/header.tpl @@ -264,6 +264,10 @@ font-weight: bold; } + .main-header .logo .logo-lg { + font-weight: bold; + } + /* New Customize Interface End Here */ ::-moz-selection { @@ -705,6 +709,14 @@ .dark-mode .box-header .box-title { font-weight: bold; } + + .dark-mode .content-header>h2 { + font-weight: bold; + } + + .dark-mode .main-header .logo .logo-lg { + font-weight: bold; + } {if isset($xheader)}