diff --git a/build.gradle b/build.gradle index a5d915c..bd490cb 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'de.jottyfan.camporganizer' -version = '0.9.1' +version = '0.9.2' description = """CampOrganizer2""" diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index a6b3153..751f23e 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -49,6 +49,20 @@ body { background-repeat: no-repeat; } +.logo { + width: 128px; + height: 55px; + background-size: 128px; + background-repeat: no-repeat; + background-image: url('../images/logo.png'); + margin-left: 8px; + display: inline-block; +} + +.logo:hover { + background-image: url('../images/logo_hover.png'); +} + a { font-family: 'Fira Sans'; } diff --git a/src/main/resources/static/images/logo_hover.png b/src/main/resources/static/images/logo_hover.png new file mode 100644 index 0000000..88b886a Binary files /dev/null and b/src/main/resources/static/images/logo_hover.png differ diff --git a/src/main/resources/templates/template.html b/src/main/resources/templates/template.html index 6f27d5f..74ba9be 100644 --- a/src/main/resources/templates/template.html +++ b/src/main/resources/templates/template.html @@ -8,8 +8,8 @@ - + @@ -21,7 +21,7 @@