diff --git a/bookmarks.html b/bookmarks.html
index 5a4dee3..8552a96 100644
--- a/bookmarks.html
+++ b/bookmarks.html
@@ -86,12 +86,17 @@
background: #6C7486;
}
+ .bookmarks a{
+ text-decoration: none;
+ color: #cadef8;
+ }
+
.bookmarks a:hover {
color: #cadef8;
- text-decoration: none;
+
}
.bookmarks a:visited {
- color: #6C7486;
+ color: #cadef8;
}
}