File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 140140
141141 /* CodeMirror Base Overrides */
142142 .cm-editor {
143- @apply ! font- mono text- sm bor der bor der- bor der- default dark: bor der- dark- bor der- default rounded- lg;
143+ @apply font-mono! text-sm border border-border-default dark:border-dark-border-default rounded-lg;
144144 height : 100% !important ; /* Force height */
145145 }
146146 .cm-scroller {
147- @apply ! font- mono;
147+ @apply font-mono! ;
148148 }
149149 /* oneDark Theme specific overrides for better integration */
150150 .cm-theme-onedark .cm-gutters {
181181 @apply px-2.5 py-1 text-xs rounded;
182182 }
183183 .btn-icon {
184- @apply ! p-2 ; /* Specific padding for icon-only buttons */
184+ @apply p-2! ; /* Specific padding for icon-only buttons */
185185 }
186186 .btn-primary {
187187 @apply text-white bg-primary hover:bg-primary-dark focus:ring-primary;
Original file line number Diff line number Diff line change 2828 <section class =" hero-section relative isolate bg-bg-default dark:bg-dark-bg-default min-h-[80vh] flex items-center justify-center px-4 sm:px-6 lg:px-8 xl:px-12 2xl:px-20" >
2929 <div class =" relative z-10 text-center w-full -mt-4 sm:-mt-6" >
3030 <div class =" hero-animate-flyIn" style =" --fly-y: -20px; --fly-delay: 100ms;" >
31- <h1 class =" mx-auto max-w-full xl:max-w-7xl text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-bold tracking-tight text-fg-default dark:text-dark-fg-default ! leading-tight px-2 sm:px-4" >
31+ <h1 class =" mx-auto max-w-full xl:max-w-7xl text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-bold tracking-tight text-fg-default dark:text-dark-fg-default leading-tight! px-2 sm:px-4" >
3232 Code, Run, <span class =" text-primary dark:text-primary-light" >Integrate</span >. Instantly.
3333 </h1 >
3434 </div >
You can’t perform that action at this time.
0 commit comments