File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1919 background : var (--background-gray );
2020}
2121
22+ .cursor-pointer {
23+ cursor : pointer !important ;
24+ }
2225
2326.highlight {
2427 background-color : # d9ebd2 ;
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 ;
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments