From 611389d1122d3adc0f4d88fc1f481db2424dfa0a Mon Sep 17 00:00:00 2001 From: p2r3 Date: Sun, 16 Aug 2026 12:53:09 +0300 Subject: [PATCH] force color of all links to blue --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7e0d9ad..b697a7d 100644 --- a/index.html +++ b/index.html @@ -66,6 +66,9 @@ span { text-align: center; } + a { + color: rgb(50, 100, 255); + } .title { font-size: 2.5em; } @@ -99,7 +102,6 @@ text-align: center; } #output-link { - color: rgb(50, 100, 255); word-break: break-all; } #output-ratio {