diff --git a/bookmarks.html b/bookmarks.html index 8552a96..dec9bf5 100644 --- a/bookmarks.html +++ b/bookmarks.html @@ -88,7 +88,7 @@ .bookmarks a{ text-decoration: none; - color: #cadef8; + color: #7777ff; } .bookmarks a:hover { @@ -96,7 +96,7 @@ } .bookmarks a:visited { - color: #cadef8; + color: #7777ff; } }