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 209209 color: var(--terminal-highlight);
210210 }
211211
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+
212228 @media only screen and (max-width: 768px) {
213229 body {
214230 padding: 10px;
269285 < div class ="control minimize "> </ div >
270286 < div class ="control maximize "> </ div >
271287 </ 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 >
273291 < div style ="width: 50px; "> </ div >
274292 </ div >
275293 < div class ="terminal-content ">
Original file line number Diff line number Diff line change 211211 box-shadow: 0 0 15px var(--terminal-shadow);
212212}
213213
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+
214230/* Animation Keyframes */
215231@keyframes glitch-1 {
216232 0% {
302318 < div class ="control minimize "> </ div >
303319 < div class ="control maximize "> </ div >
304320 </ 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 >
306324 < div style ="width: 50px; "> </ div >
307325 </ div >
308326 < button id ="copyButton " class ="copy-button " onclick ="copyAllText() ">
Original file line number Diff line number Diff line change 185185 animation: glitch-2 2s infinite linear alternate-reverse;
186186 }
187187
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+
188204 @keyframes glitch-1 {
189205 0% { clip-path: inset(20% 0 30% 0); }
190206 20% { clip-path: inset(65% 0 1% 0); }
267283 < div class ="control minimize "> </ div >
268284 < div class ="control maximize "> </ div >
269285 </ 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 >
271289 < div style ="width: 50px; "> </ div >
272290 </ div >
273291 < form method ="post " action ="/web ">
You canβt perform that action at this time.
0 commit comments