diff --git a/inf.css b/inf.css index c8ed633..7403e28 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 7.1.0.18 */ +/* Version: 7.2.0.19 */ h1, .h1 { @@ -56,7 +56,18 @@ body { .body-link { font-family: Roboto, sans-serif; font-size: 18px; - color: #ffffff; + text-decoration: none; +} + +.body-link:link { + color: #5dade2; +} + +.body-link:visited { + color: #a569bd; +} + +.body-link:hover { text-decoration: underline; }