Improve link colour

This commit is contained in:
inference 2023-09-09 23:38:48 +01:00
parent 94aa74b08b
commit d9e887ff55
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 10.4.0.47 */ /* Version: 10.4.0.48 */
/* Body */ /* Body */
@ -101,7 +101,7 @@ code {
a { a {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 17px;
color: #5dade2; color: #90caf9;
text-decoration: none; text-decoration: none;
} }