diff options
| author | Blista Kanjo | 2023-02-14 23:09:30 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2023-02-14 23:09:30 -0500 |
| commit | 06664ec5e5d689eb3e803554627d14461ba1a0c8 (patch) | |
| tree | bcc71f612b9fb4873efcf89364f7bd774c9533c4 | |
| parent | 08f5963596b260cb503e2b3454b923947946ba7c (diff) | |
refactor: replaced `visited` link colors to the same color as unvisited links
Diffstat (limited to '')
| -rw-r--r-- | css/style.css | 4 |
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 ; |
