@@ -153,3 +153,34 @@ body {
153153 height : calc (240px + 70px );
154154 background : rgb (255 , 255 , 255 );
155155}
156+
157+ .MDJAminDiv {
158+ z-index : 4444 ;
159+ position : fixed;
160+ bottom : 5% ;
161+ left : 2% ;
162+ }
163+ .MDJAmin {
164+ text-decoration : none;
165+ border-bottom : 1px dashed rgb (179 , 255 , 0 );
166+ border-top : 1px dashed rgb (179 , 255 , 0 );
167+ /* border-bottom: 1px dashed rgb(44, 44, 44); */
168+ /* border-top: 1px dashed rgb(44, 44, 44); */
169+ padding : 4px 0 ;
170+ /* color: rgba(44, 44, 44, 0.525); */
171+ color : rgba (204 , 204 , 204 , 0.414 );
172+ font-family : monospace;
173+ font-style : italic;
174+ font-size : 1.1em ;
175+ transition : all 0.5s ;
176+ /* text-shadow: 0 0 10px rgb(179, 255, 0); */
177+ animation : colorful 30s linear infinite;
178+ }
179+
180+ .MDJAmin : hover {
181+ color : white;
182+ color : rgb (179 , 255 , 0 );
183+ text-shadow : 0 0 10px rgb (179 , 255 , 0 );
184+ transform : rotate (calc (var (--index ) * -30deg ));
185+ animation : colorful 30s linear infinite;
186+ }
0 commit comments