From 43a4abfe2205a9118745d1e4d63b98d901e5e763 Mon Sep 17 00:00:00 2001 From: sejo Date: Fri, 2 Jul 2021 12:18:38 -0500 Subject: [PATCH] change link colors --- src/estilo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/estilo.css b/src/estilo.css index 5d8b144..74eb2f7 100644 --- a/src/estilo.css +++ b/src/estilo.css @@ -8,11 +8,11 @@ a[rel=external]:after{ content: "↗"; } a{ - color: #575; + color: #757; border-radius:3px; } a:visited{ - color: #533; + color: #535; } body{