diff --git a/web-src/src/mystyles.css b/web-src/src/mystyles.css index f72731f0..9a44f3b7 100644 --- a/web-src/src/mystyles.css +++ b/web-src/src/mystyles.css @@ -180,3 +180,11 @@ section.fd-tabs-section + section.fd-content { margin-left: 16px; margin-right: 16px; } + +.dropdown-item a { + display: block; +} + +.dropdown-item:hover { + background-color: hsl(0, 0%, 96%) +} diff --git a/web-src/src/pages/PageAbout.vue b/web-src/src/pages/PageAbout.vue index a30eb697..4c02d762 100644 --- a/web-src/src/pages/PageAbout.vue +++ b/web-src/src/pages/PageAbout.vue @@ -24,9 +24,35 @@ -