diff --git a/groups-lists.lp b/groups-lists.lp index 59e5a402..b82204ea 100644 --- a/groups-lists.lp +++ b/groups-lists.lp @@ -46,7 +46,7 @@ mg.include('scripts/lua/header_authenticated.lp','r') Hints:
  1. Please run pihole -g or update your gravity list online after modifying your lists.
  2. -
  3. Multiple lists can be added by separating each unique URL with a space or comma
  4. +
  5. Multiple lists can be added by separating each unique URL with a space or comma
  6. Click on the icon in the first column to get additional information about your lists. The icons correspond to the health of the list.
diff --git a/style/themes/high-contrast-dark.css b/style/themes/high-contrast-dark.css index 1b75ff8e..44dbcdc9 100644 --- a/style/themes/high-contrast-dark.css +++ b/style/themes/high-contrast-dark.css @@ -621,7 +621,7 @@ kbd { background: #181c20; font-size: 14px; } -#output b.log-red { +#output .log-red { background: #b23; color: #fff; } diff --git a/style/themes/high-contrast.css b/style/themes/high-contrast.css index d51e6118..da7e6eed 100644 --- a/style/themes/high-contrast.css +++ b/style/themes/high-contrast.css @@ -294,7 +294,7 @@ a:hover { #output { font-size: 14px; } -#output b.log-red { +#output .log-red { background: #c00; color: #fff; }