Merge remote-tracking branch 'upstream/develop' into main

This commit is contained in:
Lurkars 2021-03-18 15:16:12 +01:00
commit a3cfdea43a

View File

@ -347,10 +347,19 @@ body {
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
animation: right .2s ease;
}
#cowebsite .close-btn img {
height: 15px;
height: 20px;
right: 15px;
background-color: rgba(0,0.0,0,0.3);
padding: 5px;
border-radius: 3px;
}
#cowebsite .close-btn img:hover {
background-color: rgba(0,0,0,0.4);
}
#cowebsite:hover .close-btn{
right: 10px;
}