Skip to content

Commit 98ed952

Browse files
committed
[EDIT] - copyright
1 parent fc056df commit 98ed952

3 files changed

Lines changed: 21 additions & 6 deletions

File tree

herkunftcheck/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252

5353
<body>
5454

55-
<div class="copyright">
56-
<div class="copyright-container">
57-
<img src="img/logo_2.png" class="logo" /> <span class="copyright-title">HerkunftCheck</span>
55+
<div class="copyright cursor-pointer" onclick="window.open('https://research.uni-leipzig.de/smart-farming', '_blank');">
56+
<div class="copyright-container">
57+
<img src="img/logo_2.png" class="logo" /> <span class="copyright-title">HerkunftCheck</span>
5858
</div>
5959
</div>
6060

herkunftcheck/style/style_v1.2.1.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ body {
1919
background: var(--background-gray);
2020
}
2121

22+
.cursor-pointer{
23+
cursor: pointer !important;
24+
}
2225

2326
.highlight {
2427
background-color: #d9ebd2;
@@ -39,8 +42,6 @@ body {
3942
width: 30px;
4043
}
4144

42-
43-
4445
.copyright {
4546
display: flex;
4647
position: fixed;
@@ -56,10 +57,22 @@ body {
5657
border: 1px solid #f5f5f5;
5758
}
5859

60+
.copyright:hover {
61+
62+
background: #3e793a;
63+
color: #fff;
64+
65+
}
66+
67+
5968
.copyright .logo {
6069
width: 15px;
6170
}
6271

72+
.copyright:hover .logo {
73+
filter: invert(1) brightness(2) grayscale(1) contrast(1.5);
74+
}
75+
6376
.copyright-container {
6477
display: flex;
6578
gap: 5px;

herkunftcheck/style/style_v1.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ h4 {
3535
font-family: "HeFont", sans-serif;
3636
font-optical-sizing: auto;
3737
}
38-
38+
.cursor-pointer{
39+
cursor: pointer !important;
40+
}
3941
.highlight {
4042
background-color: #d9ebd2;
4143
background-color: #d6e5be;

0 commit comments

Comments
 (0)