diff --git a/assets/css/theme.css b/assets/css/theme.css index a2fc2201ab..b710a0f98b 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -2468,6 +2468,12 @@ a#R-logo.R-default { } } +body #R-logo svg, +body #R-logo svg * { + color: var(--MENU-SECTIONS-BG-color); + fill: var(--MENU-SECTIONS-BG-color) !important; +} + .columnize{ column-count: 2; } diff --git a/exampleSite/layouts/partials/logo.html b/exampleSite/layouts/partials/logo.html index 1eb738bbe0..6959e5dced 100644 --- a/exampleSite/layouts/partials/logo.html +++ b/exampleSite/layouts/partials/logo.html @@ -13,8 +13,6 @@ } #R-logo svg, #R-logo svg * { - color: var(--MENU-SECTIONS-BG-color); - fill: var(--MENU-SECTIONS-BG-color) !important; opacity: .945; } #R-logo svg { diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index bb9fa87c0d..38b3bb6093 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -6.4.0+9f69cb73b09086c6dff761a4f7cfcae2b86e11ad \ No newline at end of file +6.4.0+92b1e68ae7c1c0859ca7945962aca4799a929de4 \ No newline at end of file