File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,16 @@ body {
74
74
color : # 000 ;
75
75
}
76
76
77
+ .dark-mode .frame a {
78
+ color : # 000 ;
79
+ }
80
+
81
+ .dark-mode .frame a : hover {
82
+ color : # 8A0000 ;
83
+ text-decoration : underline;
84
+ transition : color 0.2s ease;
85
+ }
86
+
77
87
header {
78
88
font-family : Nunito, Arial, sans-serif;
79
89
top : 0 ;
@@ -517,6 +527,21 @@ h2 {
517
527
padding : 20px ;
518
528
}
519
529
530
+ .frame a {
531
+ font-size : 24px ;
532
+ font-weight : bold;
533
+ color : # fff ;
534
+ margin : 0 ;
535
+ padding : 20px ;
536
+ z-index : 5 ;
537
+ }
538
+
539
+ .frame a : hover {
540
+ color : # 00FFFF ;
541
+ text-decoration : underline;
542
+ transition : color 0.2s ease;
543
+ }
544
+
520
545
@media screen and (min-width : 450px ) and (max-width : 820px ) {
521
546
522
547
.frame {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ <h2>Skills</h2>
73
73
< h2 > Projects</ h2 >
74
74
< div class ="projects ">
75
75
< div class ="frame ">
76
- < p > Coming Soon </ p >
76
+ < a href =" https://github.com/ralphkb/sentinel-tickets " target =" _blank " > Sentinel Tickets </ a >
77
77
</ div >
78
78
< div class ="frame ">
79
79
< p > Coming Soon</ p >
You can’t perform that action at this time.
0 commit comments