File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 }
7676 .live-dot { animation : pulse-live 2s infinite; }
7777
78+ @keyframes spin-slow {
79+ from { transform : rotate (0deg ); }
80+ to { transform : rotate (360deg ); }
81+ }
82+ .animate-spin-slow { animation : spin-slow 8s linear infinite; }
83+
7884 /* Force SVG compliance to prevent cropping */
7985 # mermaid-svg {
8086 width : 100% !important ;
101107 < a href ="#architecture " class ="hover:text-white transition-colors "> Architecture</ a >
102108 < a href ="#roadmap " class ="hover:text-white transition-colors "> Roadmap</ a >
103109 < a href ="#downloads " class ="hover:text-white transition-colors "> Downloads</ a >
104- < a href ="https://github.com/halimbahae/toubkal_os " target ="_blank " class ="hover:text-indigo-400 flex items-center ">
110+ < a href ="https://github.com/halimbahae/toubkal_os " target ="_blank " class ="px-5 py-2 glass rounded-full text-indigo-100 hover:bg-white/10 transition-colors flex items-center group ">
111+ < i data-lucide ="star " class ="w-4 h-4 mr-2 text-yellow-400 group-hover:animate-spin-slow "> </ i >
112+ < span class ="mr-2 "> Star on</ span >
105113 < i data-lucide ="github " class ="w-4 h-4 mr-1 "> </ i > GitHub
106114 </ a >
107115 </ div >
You can’t perform that action at this time.
0 commit comments