diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-29 10:28:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-29 10:28:35 +0000 |
commit | 62fb0519ee0ebb6df799b59bd1b83c68192e3356 (patch) | |
tree | ba18270c3f853341a46b84d2008295b05865f801 /css | |
parent | updated the about page with new info (diff) | |
download | blog-62fb0519ee0ebb6df799b59bd1b83c68192e3356.tar.gz blog-62fb0519ee0ebb6df799b59bd1b83c68192e3356.zip |
updated the css for the links. now you can make them out visually
Diffstat (limited to 'css')
-rw-r--r-- | css/master.css | 8 |
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; +} |