change link colors

This commit is contained in:
sejo 2021-07-02 12:18:38 -05:00
parent 71b78d505e
commit 43a4abfe22
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ a[rel=external]:after{
content: "↗";
}
a{
color: #575;
color: #757;
border-radius:3px;
}
a:visited{
color: #533;
color: #535;
}
body{