summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/style.css b/www/style.css
index a1af6aa..65c97f6 100644
--- a/www/style.css
+++ b/www/style.css
@@ -41,11 +41,13 @@ a.logo{
a.logo:hover{
display: block;
- background:#98C1EA;
+ background:#2669AB;
background-image: url(./logo.png);
background-repeat:no-repeat;
background-size:66px 66px;
background-position: center;
+ border-radius: 10px;
+ box-shadow: 3px -3px 5px black;
}