force color of all links to blue
This commit is contained in:
+3
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user