Skip to content

Commit f758b5a

Browse files
Update style.css
1 parent cf2b8c3 commit f758b5a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pages/style.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,4 +778,26 @@ v {
778778
}
779779
.removethat {
780780
display: none !important;
781+
}
782+
.h-logo-link {
783+
display: contents;
784+
}
785+
.h-logo {
786+
top: 10px;
787+
left: 10px;
788+
width: 50px;
789+
height: 50px;
790+
position: absolute;
791+
object-fit: cover;
792+
transition: 700ms;
793+
border-radius: 10px;
794+
text-decoration: none;
795+
background-color: rgba(255,255,255,0);
796+
z-index: 4;
797+
}
798+
.h-logo:hover {
799+
filter: drop-shadow(0px 0px 5px #fff);
800+
-webkit-filter: drop-shadow(0px 0px 5px #fff);
801+
transition: 1s;
802+
background-color: rgba(255,255,255,1);
781803
}

0 commit comments

Comments
 (0)