summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorCflip <36554078+cflip@users.noreply.github.com>2021-01-24 13:46:28 -0700
committerCflip <36554078+cflip@users.noreply.github.com>2021-01-24 13:46:28 -0700
commit6500ec0543a316f9fa5f16a5c47e7103ec9bbe9e (patch)
tree57c252240cf9677b00053b411412d4f698f06a86 /styles
parentd2909ea89f5cff052783006ee6596903e9881c73 (diff)
Add more links to user page
Diffstat (limited to 'styles')
-rw-r--r--styles/style.css19
1 files changed, 10 insertions, 9 deletions
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;