BETTER SETUP for visually impaired of the BLUE HA NAVIGATION BAR

I see same:

Not 100% white. Will check it.


Enjoy ))

  card-mod-root-yaml: |
    paper-tab $: |
      .tab-content {
        opacity: 1 !important;
      }
    .: |
      paper-tab:hover {
        color: white;
        background-color: red;
      }
      paper-tab.iron-selected {
        color: white;
        background-color: lightgreen;
      }

1 Like