File tree Expand file tree Collapse file tree 3 files changed +57
-3
lines changed Expand file tree Collapse file tree 3 files changed +57
-3
lines changed Original file line number Diff line number Diff line change 209
209
color: var(--terminal-highlight);
210
210
}
211
211
212
+ .header-link {
213
+ text-decoration: none;
214
+ color: var(--terminal-dark);
215
+ cursor: pointer;
216
+ }
217
+
218
+ .header-link:hover .glitch-text {
219
+ opacity: 0.8;
220
+ transform: scale(1.02);
221
+ transition: all 0.2s ease;
222
+ }
223
+
224
+ .glitch-text u {
225
+ text-decoration-thickness: 2px;
226
+ }
227
+
212
228
@media only screen and (max-width: 768px) {
213
229
body {
214
230
padding: 10px;
269
285
< div class ="control minimize "> </ div >
270
286
< div class ="control maximize "> </ div >
271
287
</ div >
272
- < div class ="glitch-text " data-text ="paste.py π "> paste.py π</ div >
288
+ < a href ="https://paste.fosscu.org/web " class ="header-link ">
289
+ < div class ="glitch-text " data-text ="paste.py π "> < u > paste.py</ u > π</ div >
290
+ </ a >
273
291
< div style ="width: 50px; "> </ div >
274
292
</ div >
275
293
< div class ="terminal-content ">
Original file line number Diff line number Diff line change 211
211
box-shadow: 0 0 15px var(--terminal-shadow);
212
212
}
213
213
214
+ .header-link {
215
+ text-decoration: none;
216
+ color: var(--terminal-dark);
217
+ cursor: pointer;
218
+ }
219
+
220
+ .header-link:hover .glitch-text {
221
+ opacity: 0.8;
222
+ transform: scale(1.02);
223
+ transition: all 0.2s ease;
224
+ }
225
+
226
+ .glitch-text u {
227
+ text-decoration-thickness: 2px;
228
+ }
229
+
214
230
/* Animation Keyframes */
215
231
@keyframes glitch-1 {
216
232
0% {
302
318
< div class ="control minimize "> </ div >
303
319
< div class ="control maximize "> </ div >
304
320
</ div >
305
- < div class ="glitch-text " data-text ="paste.py π "> paste.py π</ div >
321
+ < a href ="https://paste.fosscu.org/web " class ="header-link ">
322
+ < div class ="glitch-text " data-text ="paste.py π "> < u > paste.py</ u > π</ div >
323
+ </ a >
306
324
< div style ="width: 50px; "> </ div >
307
325
</ div >
308
326
< button id ="copyButton " class ="copy-button " onclick ="copyAllText() ">
Original file line number Diff line number Diff line change 185
185
animation: glitch-2 2s infinite linear alternate-reverse;
186
186
}
187
187
188
+ .header-link {
189
+ text-decoration: none;
190
+ color: var(--terminal-dark);
191
+ cursor: pointer;
192
+ }
193
+
194
+ .header-link:hover .glitch-text {
195
+ opacity: 0.8;
196
+ transform: scale(1.02);
197
+ transition: all 0.2s ease;
198
+ }
199
+
200
+ .glitch-text u {
201
+ text-decoration-thickness: 2px;
202
+ }
203
+
188
204
@keyframes glitch-1 {
189
205
0% { clip-path: inset(20% 0 30% 0); }
190
206
20% { clip-path: inset(65% 0 1% 0); }
267
283
< div class ="control minimize "> </ div >
268
284
< div class ="control maximize "> </ div >
269
285
</ div >
270
- < div class ="glitch-text " data-text ="paste.py π "> paste.py π</ div >
286
+ < a href ="https://paste.fosscu.org " class ="header-link ">
287
+ < div class ="glitch-text " data-text ="paste.py π "> < u > paste.py</ u > π</ div >
288
+ </ a >
271
289
< div style ="width: 50px; "> </ div >
272
290
</ div >
273
291
< form method ="post " action ="/web ">
You canβt perform that action at this time.
0 commit comments