Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

menu-footer.css

This file is used to style the main menu.

File

core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css

View source
  1. /**
  2. * @file
  3. * This file is used to style the main menu.
  4. */
  5. .menu-footer {
  6. padding: 0;
  7. }
  8. .menu-footer__item {
  9. margin-bottom: 0.5em;
  10. list-style: none;
  11. }
  12. .menu-footer .menu-footer__link {
  13. text-decoration: none;
  14. color: #fff;
  15. background-color: inherit;
  16. font-weight: 700;
  17. }
  18. .menu-footer .menu-footer__link:active,
  19. .menu-footer .menu-footer__link:focus,
  20. .menu-footer .menu-footer__link:hover {
  21. text-decoration: underline;
  22. outline-color: #fff;
  23. background-color: #000;
  24. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal