summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/screen.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/screen.css b/css/screen.css
index 285a1e7..69ba784 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -142,6 +142,19 @@ nav hr {
border: none;
}
+#post a:link {
+ color: #0014FF;
+}
+
+#post a:visited {
+ color: #0014FF;
+}
+
+#post a:hover {
+ color: #0014FF;
+ text-decoration: underline;
+}
+
.sidebar {
padding-top: 25px;
}