-
-

RouteWatch

-

Real-time BGP route monitoring powered by RIPE RIS Live

-
-
-
diff --git a/internal/templates/prefix_detail.html b/internal/templates/prefix_detail.html index e93247a..5ab9bf3 100644 --- a/internal/templates/prefix_detail.html +++ b/internal/templates/prefix_detail.html @@ -30,12 +30,14 @@ display: flex; align-items: center; gap: 8px; - color: white; - text-decoration: none; font-size: 18px; font-weight: 600; } - .navbar-brand:hover { + .navbar-brand a { + color: white; + text-decoration: none; + } + .navbar-brand a:hover { color: #ecf0f1; } .navbar-brand .by { @@ -45,7 +47,7 @@ } .navbar-brand .author { color: #3498db; - text-decoration: none; + font-weight: normal; } .navbar-brand .author:hover { text-decoration: underline; @@ -242,11 +244,11 @@