aboutsummaryrefslogtreecommitdiffstats
path: root/Web/Server/static
diff options
context:
space:
mode:
Diffstat (limited to 'Web/Server/static')
-rw-r--r--Web/Server/static/Server.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/Web/Server/static/Server.css b/Web/Server/static/Server.css
index 5db22eb..78e53c7 100644
--- a/Web/Server/static/Server.css
+++ b/Web/Server/static/Server.css
@@ -24,6 +24,15 @@
cursor: pointer;
}
+
+a{
+ color:white;
+ text-decoration:none;
+}
+a:hover{
+ text-decoration:underline
+}
+
#about{
display: none;
}