From 6500ec0543a316f9fa5f16a5c47e7103ec9bbe9e Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Sun, 24 Jan 2021 13:46:28 -0700 Subject: Add more links to user page --- styles/style.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'styles/style.css') diff --git a/styles/style.css b/styles/style.css index e0b7358..fe7c56c 100644 --- a/styles/style.css +++ b/styles/style.css @@ -46,6 +46,15 @@ form { display: inline-block; } +a { + color: #000; +} + +a:hover { + color:#373737; + text-decoration: none; +} + #title { color: #eee; margin: 20px; @@ -76,6 +85,7 @@ nav a { } nav a:hover { + color: #FFF; background-color: #009FC1; } @@ -87,15 +97,6 @@ nav a:hover { width: 30%; } -table a { - color: #000; -} - -table a:hover { - color:#373737; - text-decoration: none; -} - h1, h4 { margin-top: 2px; margin-bottom: 10px; -- cgit v1.2.3