Merge pull request #17745 from Godmartinz/dropdown-link-color-fix

Fixes #17488 (Part 2) Nav dropdown link color and skin names
This commit is contained in:
snipe
2025-09-01 11:48:29 +01:00
committed by GitHub
2 changed files with 3 additions and 7 deletions
-4
View File
@@ -376,10 +376,6 @@ a.accordion-header {
/* adjust based on your layout */
}
.skin-blue .main-header .navbar .dropdown-menu li a {
color: #333;
}
a.logo.no-hover a:hover {
background-color: transparent;
}
+3 -3
View File
@@ -627,11 +627,11 @@ return [
'site_default' => 'Site Default',
'default_blue' => 'Default Blue',
'blue_dark' => 'Blue (Dark Mode)',
'green' => 'Green Dark',
'green' => 'Green',
'green_dark' => 'Green (Dark Mode)',
'red' => 'Red Dark',
'red' => 'Red',
'red_dark' => 'Red (Dark Mode)',
'orange' => 'Orange Dark',
'orange' => 'Orange',
'orange_dark' => 'Orange (Dark Mode)',
'black' => 'Black',
'black_dark' => 'Black (Dark Mode)',