commit 24931f4768cde29a18f5a6b1d7ac4f8f7936f601 parent 33c4c87eedd08e136f427273bffea13ddf3d8613 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Mon, 8 Mar 2021 00:02:02 +0100 Make dropdown menu background consistent with rest of nav Diffstat:
| M | stylesheets/index.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/stylesheets/index.css b/stylesheets/index.css @@ -77,4 +77,8 @@ a#next-concert:hover { background: #0004; margin-bottom: auto; } + + nav li.dropdown ul { + background: #0004; + } }