aboutsummaryrefslogtreecommitdiffstats
path: root/css/master.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-29 10:28:35 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-29 10:28:35 +0000
commit62fb0519ee0ebb6df799b59bd1b83c68192e3356 (patch)
treeba18270c3f853341a46b84d2008295b05865f801 /css/master.css
parentupdated the about page with new info (diff)
downloadblog-62fb0519ee0ebb6df799b59bd1b83c68192e3356.tar.gz
blog-62fb0519ee0ebb6df799b59bd1b83c68192e3356.zip
updated the css for the links. now you can make them out visually
Diffstat (limited to '')
-rw-r--r--css/master.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/master.css b/css/master.css
index 8b2e1fc..ae06f44 100644
--- a/css/master.css
+++ b/css/master.css
@@ -53,3 +53,11 @@ hr {
.right-footer {
float: right;
}
+
+a:link {
+ color: #005faf;
+}
+
+a:visited {
+ color: #008787;
+}