aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlista Kanjo2023-02-14 23:09:30 -0500
committerBlista Kanjo2023-02-14 23:09:30 -0500
commit06664ec5e5d689eb3e803554627d14461ba1a0c8 (patch)
treebcc71f612b9fb4873efcf89364f7bd774c9533c4
parent08f5963596b260cb503e2b3454b923947946ba7c (diff)
refactor: replaced `visited` link colors to the same color as unvisited links
-rw-r--r--css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 32af8a3..c923c04 100644
--- a/css/style.css
+++ b/css/style.css
@@ -13,7 +13,7 @@ a {
}
a:visited {
- color: gray ;
+ color: lightblue ;
}
h1 {
@@ -191,7 +191,7 @@ ul.no-bullets {
color: blue ;
}
a:visited {
- color: purple ;
+ color: blue ;
}
h2 {
color: inherit ;