diff --git a/www/css/common.v2.css b/www/css/common.v2.css index f9a4e9e0..bf56ac57 100644 --- a/www/css/common.v2.css +++ b/www/css/common.v2.css @@ -1,3 +1,6 @@ +/* Import any external, global CSS files here */ +@import url("https://cdn.jsdelivr.net/npm/@creativebulma/bulma-tooltip@1.2.0/dist/bulma-tooltip.min.css"); + /* -------------------- */ /* -= General layout =- */ @@ -9,6 +12,11 @@ html, body { height: 100vh; } +/* Get rid of underlines on the tooltip elements */ +[data-tooltip] { + border-bottom-width: 0 !important; +} + /* ---------------- */ /* -= Typography =- */ diff --git a/www/include/primary_nav.html b/www/include/primary_nav.html index 32d41d53..5e071846 100644 --- a/www/include/primary_nav.html +++ b/www/include/primary_nav.html @@ -11,7 +11,7 @@
  • - + My Workspace @@ -23,13 +23,13 @@