We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2b8c3 commit f758b5aCopy full SHA for f758b5a
pages/style.css
@@ -778,4 +778,26 @@ v {
778
}
779
.removethat {
780
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);
803
0 commit comments