force color of all links to blue

This commit is contained in:
p2r3
2026-08-16 12:53:09 +03:00
committed by p2r3
parent 79258d4611
commit 611389d112
+3 -1
View File
@@ -66,6 +66,9 @@
span { span {
text-align: center; text-align: center;
} }
a {
color: rgb(50, 100, 255);
}
.title { .title {
font-size: 2.5em; font-size: 2.5em;
} }
@@ -99,7 +102,6 @@
text-align: center; text-align: center;
} }
#output-link { #output-link {
color: rgb(50, 100, 255);
word-break: break-all; word-break: break-all;
} }
#output-ratio { #output-ratio {