From e179d5bdd30ec7d39771c9a54689f32d28b49f42 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 31 Dec 2024 22:53:03 -0500 Subject: Now it should link to the proper repo, links clickable, fixed metadata --- src/styles/style.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/styles') diff --git a/src/styles/style.css b/src/styles/style.css index 98acff7..2f5d005 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -15,19 +15,21 @@ body { text-align: center; } -a:link { +a { color: #00e600; - background-color: transparent; text-decoration: none; font-size: 20px; } -a:visited { - color: gray; - background-color: transparent; - text-decoration: none; +a:hover { + color: #00ff00; +} + +a:active { + color: #009400; } + p { font-size: 20px; } -- cgit v1.2.3