diff --git a/assets/style.css b/assets/style.css index 49e1197..92b5f41 100644 --- a/assets/style.css +++ b/assets/style.css @@ -17,8 +17,11 @@ body { #custom-css #search-video{ background: var(--mainBackgroundColor) !important; } - -/* Dropdowns */ +#custom-css .footer-links a, +#custom-css .footer-copyleft a{ + color: var(--menuForegroundColor) !important +} +/* Dropdowns & inputs */ #custom-css .dropdown-menu{ background-color: var(--menuBackgroundColor); color: var(--menuForegroundColor); @@ -70,7 +73,10 @@ body { } #custom-css .sub-header-container my-menu .menu-wrapper{ margin-top: 2px; -} +} +#custom-css .dropdown-item:hover .ml-auto:not(.glyphicon){ + box-shadow: 0 0 0 0.1em var(--menuForegroundColor) !important; +} /* Icons && Icon hovers */ #custom-css a my-global-icon svg circle[stroke="#000000"], #custom-css a my-global-icon svg g[stroke="#000000"], diff --git a/package.json b/package.json index 6b67e6b..a49fc62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-theme-bittube-light-mode", - "version": "2.2.1", + "version": "2.2.2", "description": "BitTube light theme", "engine": { "peertube": ">=1.3.0"