diff --git a/src/components/PbNavbar.vue b/src/components/PbNavbar.vue index eaa0d8b3..0c18ae08 100644 --- a/src/components/PbNavbar.vue +++ b/src/components/PbNavbar.vue @@ -25,7 +25,7 @@ id="toggle-navbar-top" data-collapse-toggle="navbar-top" type="button" - class="inline-flex items-center p-2 ml-3 text-sm text-gray-500 rounded-lg lg:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200" + class="inline-flex items-center p-2 ml-3 text-sm text-gray-500 rounded-lg lg:hidden hover:bg-gray-100 " aria-controls="navbar-default" aria-expanded="false" > @@ -93,20 +93,20 @@
  • Enterprise
  • Self-Publisher
  • Pressbooks Directory
  • @@ -155,14 +155,14 @@
  • Enterprise Networks
  • Self-Publisher Plans
  • @@ -211,38 +211,38 @@
  • Collections Hub
  • Success Stories
  • Blog
  • Pressbooks Directory
  • Support Guides
  • Events & Webinars
  • @@ -291,20 +291,20 @@
  • About Pressbooks
  • Our Team
  • Inside Pressbooks
  • diff --git a/src/styles/base.css b/src/styles/base.css index 6fed1d60..f3000c0d 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -33,4 +33,8 @@ ul#footer-menu > li { .book-description a { @apply text-pb-red underline; +} + +*:focus { + @apply outline-pb-red; } \ No newline at end of file